I have created a power app that allows someone to tag multiple users within the organisation when creating a new collaboration project.
I want to create a flow that takes those names and creates a Teams group with them, and then posts info from fields into that group chat.
Where I am getting unstuck is that every time I call the Claims from that field, it creates an 'Apply To Each' action, which I don't get how to use. I think I need to turn that into an array and split out the names, and use that variable to populate the addressees list in the Teams group creation action, but I don't know how to do that! I'm getting very stuck!
Is my issue in the field in the sharepoint list? Should it be something other than a person field? I have it set as multiple entries and groups can be selected, and I am using their claim, not their email... Should I do that part differently? I want to be able to have a user select form a list their collaboration partners...
Your help would be appreciated!