Hi everyone,
I need to import an excel file which can have 500 rows. 14 columns in total but 7 columns of this file are multi-person/group.
- Each multi person/group column can contain: [null, 1 email address until 3 email addresses]. [format: email;email;email]
- All columns have different email addresses so potentially 21 different user emails per row.
- I also have to test if the email exists in the organization.
How to build a flow able to create an item if doesn't exist or update a item if it already exists in the sharepoint List?
Everything I tested was very long and fails each time (timeout, management of null person field, etc ...
I'm just lost
Thanks for your help