Flow designer: how can I separate look up records into a list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 02:31 PM
Hello,
I am currently using a for each loop in flow designer to look up records and set a flow variable with the found records
The issue I'm facing is when I use this flow variable down the line, it populates the records without separating them:
Where I have covered is the start of a new record. Is there any way I can separate the records into a list or at least be separated by a comma? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 03:24 PM
Hi,
Please place a "new line" between two variables.
Regards,
Saurabh
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 03:30 PM
This is how I am populating the variables:
I'm not able to put a new line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 03:32 PM - edited 11-16-2022 03:37 PM
Hi,
While calculating the CI String flow var you can use a new line (enter).
PFA a test flow
Output
Regards,
Saurabh
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 07:01 PM
Hello, sorry I am unsure how to complete this given the way I've set mine up. I am querying the hardware table for records assigned to the triggered user.
All records are contained in the pill 9- For Each > etc,etc
If records are contained in one pill instead of separate pills like your example, is it possible to have them separated by a comma or space? Appreciate the help