Hi,
I am attempting to add ~8000 users to a Team in Microsoft Teams using Power Automate. My flow states that it ran successfully, but the users aren't showing up in the team. The excel spreadsheet is a table with a single column containing email addresses. Not every user has onboarded, which is why I thought I might need the condition to avoid an error.
Any help would be greatly appreciated.
Hi @tm_willis ,
Could you please check if the flow ran successfully with the condition in yes branch? The condition you use seems incorrect unless there is a value column in excel table.
Please use the email column of excel table instead value. Besides, list rows present in a table action by default gets at most 256 items from excel table, you need to turn on pagination for the action to get more items.
Get more than 256 rows from an Excel file in Power Automate (tomriha.com)
Best regards,