From Yuvaraj,
Is it possible to have hyperlink which caters for blank URL as well? Link syntax is expecting URL value from the JSON. In my scenario, I will not always have URL value. Any workaround for this ?
Date
Votes
1 comment
-
Hi Yuvaraj,
For the Syntax it expecting a value as if there is no link then it just a simple text?
You may need to wrap the syntax in a If Condition to either put a Hyperlink or normal text.
https://support.encodian.com/hc/en-gb/articles/360020512538-Conditional-Expressions<<if [linkURL == ""]>>
<<[linkDisplay]>>
<<else>>
<<link[linkURL][linkDisplay]>>
<</if>>
Please sign in to leave a comment.