- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 05:31 AM
Catalog Item assigns User to Several predefined AD Groups using List Collector with 7 Groups set as Default.
Flow designer List Collector is pulling half list as Display value and half as sys_id. The Variables are also not pulling into the Call a Workflow Action 6
Any suggestions to fix or is there a better way to get the desired results.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 05:37 AM - edited 12-19-2023 05:38 AM
Hi @Allen12
Let's use the Look Up Records action before the loop.
The condition should be Sys Id IS ONE OF <the_variable_list_collector>
Then drop the records result above into the for loop step.
Cheers
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 05:37 AM - edited 12-19-2023 05:38 AM
Hi @Allen12
Let's use the Look Up Records action before the loop.
The condition should be Sys Id IS ONE OF <the_variable_list_collector>
Then drop the records result above into the for loop step.
Cheers
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 07:47 AM
Does anyone know why this is necessary? The For Each loop specifically states that it should work with a list of records, and in the Execution details, it is clear that the records are referenced correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 07:56 AM
Also, not working for me. Despite there being three entries in the list, the search returns nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 07:07 AM
It appears to work with the look up. thank you.