Push the Group to the AD group activity
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 12:19 AM
i have created a workflow to add user to the AD group based on the orchestration
now i want to add single user into multiple groups , please help me how can i achieve this
fields 1 : requested for is reference field
fields 2 : group field is a list collector field
Labels:
- Labels:
-
Incident Management
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 05:01 AM
Hi @hemantnh,
You can loop through the flow to run the activity "Add user to Group" to run the no.of.times the groups are there in the array and pass the username and one Group name in each iteration.
Thankyou.