- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 12:00 PM
I am using a List Collector in a Catalog Item, when I do a For Each in Flow Designer I get this error "Unable to create serializable iterator for items:......".
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:33 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:20 PM - edited 06-06-2024 01:21 PM
@Allen12 I think you are missing two piece of action to get it solve.
- Look UP User Records.
- Get Catalog Variables from
Please find the screenshot below. I tried and it worked. Also adding one HI article, this will also help you.
Test Result
Unable to use a list collector variable in the Flow Designer 'For Loop' action
Hope it will help you.
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:26 PM
I found the same article and got some forward motion, error is gone, however the records are not being found.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:30 PM
@Allen12 You need to lookup on table which your list collector referencing.
eg: My List collector referencing to User table, so my lookup table will be sys_user and filter will be
sys_id | IS One OF | List Collector variable name.
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:29 PM
What are the details for your step 2