Hello all,
I am trying to format the Instance name field to display some of the fields in the Inbox.
Here is the expression:
concat (${concern_label}," on ",format-date(${incident_date},'%m-%d-%Y'),"<br>",'<b>',${current_status}, " on ",format-date(${current_status_date},'%m-%d-%Y'),'</b>')
All fields except concern_label are visible. Any idea what could be the issue?
Thanks in advance!