Hi,
I'm trying to create a flow where one of the first steps is to get a list of users from an Azure AD group. I'm using 'Get Group Members' but the only input I can give it is the group id. The problem is I want to filter out groups from this list, I only want a list of AD users.
Basically I have 2 AD groups that need to be synced, ie when someone gets added to AD Group 1 it will auto-add it to AD Group 2. I mean the flow works in that it will add the rights users to AD group 2 it's just the the flow reports that it "failed" b/c there are 2 entities in AD Group 1 that are groups and it is causing the subsequent "Check Group Membership (V2)" to "fail".
Thanks