How to access list collector values into flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 06:48 AM
Hi All,
i have a variable "Disk Letter" which is a list collector variable type and lookup table is (question_choice)
i need the values into a flow designer , but i am getting list of sys ids
Any suggestions to get the values ?
Thank you,
Shabbir Shaik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 06:59 AM
Hi,
Use a look up records action to find all the records matching the values of the list collector.
Then after the lookup is completed, use a for each loop to process the records found in the lookup.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 06:59 AM
That is the expected behavior when accessing List Collector values.
I suggest looping through the values, querying against question_choice table, to retrieve your display value.
That is the only way.