How to insert a line break in flow variable in flow designer?

Sunil Kumar_ P
Tera Contributor

Hi,

I need to include the line break or new line in the flow variable in flow designer

Ex: 

Article - Abc

Source - XYZ

This flow variable will be included in the email trigger.

I would like to know how this can be achieved?

Thanks

5 REPLIES 5

Shreya Shah
ServiceNow Employee
ServiceNow Employee

Try method mentioned as answer in this community post - https://community.servicenow.com/community?id=community_question&sys_id=311d5887db3fab4454250b55ca9619d5

Hi Shreya,

 

Thank you. It was helpful.

 

Thanks

Richard Hine
Tera Guru
Tera Guru

Sunil,

I am not sure I fully understand your use case, but can you not just include a \n in the string to give you your line break?

If I have misunderstood, perhaps you could elaborate on the use case a little more.

Thanks,

Richard

Hi Richard,

Thank you. '\n' helped in inserting the line break.

Thanks