Conditional Text not working, even though it does appear true

I have a set of conditions on a text element which are supposed to show currency based on country. Despite the conditions supposedly being met (e.g. country extracted = United Kingdom") the condition isn’t triggering and only displays the default text ($).

I have tried using trimmed, using contains instead of is, splitting the text element into two so that the dynamic text is one text box and currency the other (current set up)… nothing seems to work.

Any help would be much appreciated!!!


Are you including double quotes around the text? (it looks like you are)…

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.