I have a Label that may be a single line of text or multiple lines (with line returns).
How do I create a conditional for the multiple lines case?
I have a Label that may be a single line of text or multiple lines (with line returns).
How do I create a conditional for the multiple lines case?
dynamic expression should reference the text value and use a conditional that is ‘contains’ and the bbcode for line break.
I was trying to use Contains
on This Text
, which doesn’t work.
I was able to use Contains
on the dynamic expression that was populating the label.
Thanks!
This topic was automatically closed after 70 days. New replies are no longer allowed.