Forum Discussion
DaithiG
Jan 31, 2019Iron Contributor
Multiple Approvers (Groups? Array?)
Hi all, I have a basic flow setup for an approval. However each division has it's own list of approvers (i.e it might or might not be their direct manager). I've a feeling I can't use a secur...
- Feb 04, 2019
David,
You could create Azure AD security groups and then use the Get Member action to pull users from that group, you could then create an array variable and append your group users to that and assign it to the approval step that way.
NeverHere
Feb 04, 2019Brass Contributor
David,
You could create Azure AD security groups and then use the Get Member action to pull users from that group, you could then create an array variable and append your group users to that and assign it to the approval step that way.