Problems with ForEach Item in Flow Designer when navigating a list type field (glide_list)

H_ctor Capdevil
Kilo Contributor

Hello Friends,

I'm creating a Flow Designer, pointing to the documents table, but the problem is when I want to go through a List type field (glide_list) but the For Each Item node tells me that it's not allowed to go through a list.

find_real_file.png

 

Can someone help me?

 

 

Thanks,

 

Héctor 🙂

1 REPLY 1

Matt Taylor - G
Giga Guru

Looks like this older Community post could be useful to you. 

https://community.servicenow.com/community?id=community_question&sys_id=68b508dadb2c3bc0a39a0b55ca96...

 

Looks like you need a Get Catalog Variables Action to pull in the List, then a Look Up action to get the records for each sys_id in the list, and then a For Each Item action to iterate through them. Hope this helps!