Microsoft Azure AD Spoke- adding multiple users to multiple groups functionality

saranyavs
Tera Expert

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

2 REPLIES 2

Prabu Velayutha
Mega Sage
Mega Sage

@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.

Rahul Priyadars
Giga Sage
Giga Sage

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