Microsoft Azure AD Spoke- adding multiple users to multiple groups functionality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 09:25 AM
Hi Team,
We have done configuration of Microsoft Azure AD Spoke. Same as "Add user to group" action, there is a requirement to add multiple users to multiple groups at a time. we will get the user/group list from list collection of RITM and those values need to pass to flow designer. But is there any oob functionality available to implement this.? Please help.
Regards,
Saranya VS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 10:28 AM - edited 09-18-2023 10:30 AM
@saranyavs you can create a sub flows with Add user to group action and call it in the main flow you can have a for each step in the main flow for each item in the array variable.
If my response helps to solve your query then mark it helpful and accept the solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 08:22 PM
No OOTB box feature for Multiple Users Multiple Groups.
Build a Loop which will iterate thru Each User and then Add Group/Groups. If 1 User Many Group then In the Outer For Loop run another Loop for reading each Group and Then Add group using AD Spoke Function.
Subflow can be used in For Loop.
Regards
RP