Hello Raghavendra Bhagwat,
I generally use the below syntax for new line;
$variable + '
' + $VARIABLE
Single quote in one line and in another line forms new line.
Hope my answer helps. Reach me out for any queries.
Hi gunwoo,
maybe something like this helps:
'Title:' + urlDecode('%0D%0D') + 'Text body …' + urlDecode('%0D')
Taken from here.
Best,
Holger