I am looking to break up my instance name so that inbox labels are more easy to read. I have tried both:
concat (${Site_ID},"\n",${Desc_})
and
concat (${Site_ID},"<br>",${Desc_})
with no luck. The hope is to have each of the labels look like:
----------------------------------------------
Site ID:
Site Description
-----------------------------------------------