RE: How can i add multiple users into access team template using 'perform bound action' in power automate?
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.