How to create 'for loop' in workflow as Flow Designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 03:14 AM
Hi Team,
I created a PowerShell activity in the workflow and created a list collector variable.
My requirement is
We have to add multiple users to the AD group, but in the AD group, only one user can be added at once.
So, we should use a 'for loop' to run PowerShell activity multiple times.
Please help me on the same.
Thanks,
Anil!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 03:49 AM
Hi @Richard
Thanks for the reply
Currently we are not using the integration hub. So we are trying to implement it in the workflow.