I have the following formula as an expression but trying to put a bullet point before the field is not working:
if(equals(triggerBody()?['cr2f5_otherserviceinterest'],''),'','• ' & triggerBody()?['cr2f5_otherserviceinterest'])
How can you return the field but also a bullet point at the beginning as text? Also, is there any way of adding a return at the end of the expression i.e. returning to a new line if the above value is false.
Basically trying to return values in a bullet point list based on selection but if nothing is selected, not have loads of blank rows.
Many thanks in advance,
Alex