How to insert 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 07:14 AM
Hi,
I have created a flow variable and I would need to insert the line breaks in that. The format should like the below.
Ex:
Device - Abc
Serial Number - Xyz
Can any help suggest how this can be done please?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 06:21 AM
Hi,
Try using <br/> where you need a new line.
In your case it would be something like this:
Device - (pill containing Abc) <br/>Serial Number - (pill containing Xyz)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2022 09:06 AM
Hi Patryk,
I have tried it but no luck. However, I am able to use the replace string transform function with <br /> in it and it worked.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 05:39 AM
Are you using it in Flow Logic 'Set Flow Variables'? It worked well for me.
Anyway, I'm glad you were able to solve your problem.