New Line in concatenating multiple fields
Summary
New Line in concatenating multiple fieldsContent
Hi There,
I have a requirement to concatenate multiple field values and store them against Note in Service cloud. Ex:
Field Value 1 - Test
Field Value 2 - Second Field Value
The expected format is to have the values displayed as
----------------------------------
Test
Second Field Value.
----------------------------------
But, the actual result is , text is diaplyed in single line
----------------------------------
Test Second Field Value.
----------------------------------
I used concat function in ICS expression and provided \n and spaces and etc. But, it did not work. Any help is much appreciated. Thanks.
'
Regards,
Radha