I am adding users into an access team template using a bound action in power automate. But It seems i can only remove one user per bound action. How can i remove multiple users per bound action? I have tried seperating each user with a colon but the flow gave me an error. So now I had to add multiple bound actions, one per user in the same flow.
Hi bp3378,
Some questions.
Add or Remove? Or both? Are you using AddUserToRecordTeam/RemoveUserFromRecordTeam action in the power automate?
You populated static guid value in the Row ID?
Maybe you can use dynamic value not static user guid for the Row ID in the action:
For avoiding adding multiple bound actions, you can try to use Array to store a static set of user GUID values, then loop through it to perform the binding action
My Example:
(1)Initialize Variable:
--Use guid of users you need
(2)Apply to each:
a)Perform bound action into it:
(3)Test successfully:
*To remove a user, simply select RemoveUserFromRecordTeam and use the same syntax.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156