Can flow designer reference the values of a list collector?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 02:46 PM
I am trying to have the flow designer send an email with the details from the variables in the ticket. The flow designer is unable to reference the names of the list items from the table that the list collector is using. How can I use the name of the selected list item from the submitted request in an email created by flow designer?
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 03:19 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2022 10:54 PM
Hi,
There are a couple of pieces that you will need to do for this to work.
First, like mentioned, a list collector is just a comma-separated string with SysIDs, so first you will need to do a look up records, and input the value of the list collector.
Then, with the results, in a for each loop, you can extract the needed data (like name) from the records.
You will need to create a Flow variable, and store the data from your loop within the variable.
Lastly use the data stored in the Flow variable as input in your email action in the Flow.