The CreatorCon Call for Content is officially open! Get started here.

Flow Designer not pulling List Collector Data correctly

Allen12
Tera Guru

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.

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

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

 

View solution in original post

4 REPLIES 4

Tai Vu
Kilo Patron
Kilo Patron

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

 

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. 

Also, not working for me. Despite there being three entries in the list, the search returns nothing.

KellyLogan_0-1703606172453.png

 

Allen12
Tera Guru

 It appears to work with the look up.  thank you.