concat('<a href="', item()?['xxx'], '">xxx</a>')
I would like to add an if statement that, if URLs are not set, gives a note such as "please hand in later" as non url, just as non-executable text.
concat('<a href="', item()?['xxx'], '">xxx</a>')
if(empty(item()?['xxx']), 'please hand in later', concat('<a href="', item()?['xxx'], '">xxx</a>'))
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.