Problems with ForEach Item in Flow Designer when navigating a list type field (glide_list)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 03:24 AM
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.
Can someone help me?
Thanks,
Héctor 🙂
Labels:
- Labels:
-
Workflow
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 06:38 AM
Looks like this older Community post could be useful to you.
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!