- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 07:38 AM - edited 09-12-2023 08:21 AM
I have a Catalog Item that determines action and uses a list collector to determine users that should be modified in a predetermined group. When Flow runs it states For each ran, but no users are found. The Variables show the users are listed.
Here is a screen shot of the flow and execution.
Any suggestions would be Appreciated.
Allen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 09:25 AM
Hi,
Apply transform in 3rd step for each item in. Split will return an array of users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 09:25 AM
Hi,
Apply transform in 3rd step for each item in. Split will return an array of users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 06:59 AM - edited 12-26-2023 07:02 AM
When I try this, the For Each step now says "No data available" and I can't do anything with the variable it's looping on (originally a list of records). Am I missing something?
Note: I have tried the comma separator both with and without quotes. Same result. Though when I display my variables, they show as List and not Records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 10:38 AM
Thank you, It fixed the issue.