How to insert a line break in flow variable in flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2022 06:34 AM
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
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 03:29 AM
Try method mentioned as answer in this community post - https://community.servicenow.com/community?id=community_question&sys_id=311d5887db3fab4454250b55ca9619d5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 06:58 AM
Hi Shreya,
Thank you. It was helpful.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 05:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 06:59 AM
Hi Richard,
Thank you. '\n' helped in inserting the line break.
Thanks