
Announcements
Hi,
Could somebody tell me if the following is possible:
I have a list of user ID's I want to add to a SharePoint site using Power Automate.
The list is given to me in a string separated by ; e.g.
xc1223@msn.com;ds4445@msn.com;er9812@msn.com
Currently I can add a single user from a List Item "User" using the following Flow.
Is it possible to use a similar method as above to add multiple users from a string?
Thanks
Hi @Anonymous
You could get the emails performing an split operation , and then applying and "apply-to-each":
Hope it helps!
Ferran