Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 04:32 PM
Hi @benjaminmetzler ,
You need to create a custom flow action which would take the input as list collector (string) and then convert it into array and return back this array and leverage it with the for each loop.
Please refer to this article by: https://www.servicenow.com/community/developer-blog/using-list-collector-in-flow-designer-for-each-l...
Thanks!