Hi there,
I have a PowerAutomate flow, that updates the content of 'People' column in a SharePoint list (with the 'allow multiple selections' option enabled) based on another column in the same list (email adresses), the flow works great if the email columns include only one email, however, if the columns has one the one emails (comma separated), then the flow will return user not found error, I think it's because the flow thinks that (user1@domain.com; user2@domain.com) is one email rather than multiple.
Is it possible to configure the flow to recognise multiple email addresses individually and update the 'People' column to add multiple people?
Thanks in advance