The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Flow designer: how can I separate look up records into a list?

astanley
Tera Contributor

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

astanley_0-1668637731262.png

The issue I'm facing is when I use this flow variable down the line, it populates the records without separating them:

astanley_1-1668637840092.png

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!

13 REPLIES 13

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,

Please place a "new line" between two variables.
Regards,

Saurabh


Thanks and Regards,

Saurabh Gupta

This is how I am populating the variables:

astanley_0-1668641423206.png

I'm not able to put a new line

 

Hi,
While calculating the CI String flow var you can use a new line (enter).
PFA a test flow




SaurabhGupta3_1-1668641814013.png

 

Output

 

SaurabhGupta3_0-1668641791558.png

 



Regards,
Saurabh


Thanks and Regards,

Saurabh Gupta

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.

astanley_0-1668653980042.png

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