- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 08:10 PM
Good day to everyone. Is there anyway to add a new line for each name displayed in the description field? The value being displayed is extracted users from a group and declared as a string using the set flow variables. Is there a way other than scripting? Here is the flow:
Output:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 08:49 PM
Hi,
You need make below changes,
1. In set Flow variable action use comma to separate members name like below:
2. In Create catalog action for field mappings use below script to:
Use your flow variable names wherever required.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 08:29 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 08:49 PM
Hi,
You need make below changes,
1. In set Flow variable action use comma to separate members name like below:
2. In Create catalog action for field mappings use below script to:
Use your flow variable names wherever required.
Thanks
Anil Lande