Hello
I am trying to build a Workflow where I can manage the Active Directory. At first I am choosing a User-Account. That I want to add to different groups. I have a list which I import from the Active Directory, but this list I want to manage becomes the User Account is already in one or more groups. I am trying to create a loop where I can filter the groups where the user is member of and only let me display the groups where I can add him. But my loop is not working. I import in an array all groups. Then I have another one where I have the Groups where the User is member of. With the loop I want to find which groups are the same in the two arrays and let write the other ones in a new array which I get displayed.
Does someone have a best practice for that or any experiences with something like that?
Greets