I am attempting to update the metadata using macro syntax provided by my international counterparts.
Instead of seeing the correct category, I am seeing the actual syntax.
Could someone please help review my syntax and provide suggestions on how to fix?
{% if(DocumentName != "Home") {return DocumentName + "|"; } else {return "Premium Dental Burs & Rotary Instruments |"}@%Komet USA
It seems like you have a macro error you are missing the closing bracket, try this one: {% if(DocumentName != "Home") { DocumentName + "|" } else { "Premium Dental Burs & Rotary Instruments |"} @%} Komet USA
{% if(DocumentName != "Home") { DocumentName + "|" } else { "Premium Dental Burs & Rotary Instruments |"} @%} Komet USA
Thanks - that worked!
Please, sign in to be able to submit a new answer.