Using List Collector in a Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 08:08 AM
There was this task to update new life stage and new life cycle stage status, For which I have to take asset in a list collector so I can update many assets in one go. I used this link Using list collector in Flow Designer 'For Each loop' by converting string into array of string) to create a custom action and to use list collector in flow. I used alm_asset in Look up record (see picture)
I was successfully able to use that, but the problem arises is that my flow is not working properly. It is stuck on look up records. What am I doing wrong? (see Picture)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 08:13 AM
I think you need to show us more of your flow in order to work out what's happening.
Does your custom action return anything to the calling flow? If so what?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 08:16 AM
It looks like your custom action is not configured properly. It's not returning an array, and seems to be empty.
Please share screenshots of the inputs, outputs and script you used in the action.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.