I have an array variable named 'Members' with 26 variables in it, [''A'', ''B'', ''C'', ......, ''Z''], which represents 26 user's emails that needed to be added to an MS Teams Chat created by using 'Create Chat' operation in the Power Automate.
Due to the MS Teams connector has a limitation of 'Create a chat action has a maximum of 20 users per chat.' https://docs.microsoft.com/en-us/connectors/teams/#known-issues-and-limitations
But it also states, 'Only 200 members at a time can be added to a group chat.' https://learn.microsoft.com/en-us/microsoftteams/limits-specifications-teams
So I try to split the array, extract top 20 members, append these values to an array variable called 'Top20' and then extract the remaining variable starting from 21st, [''U'',''V'', ......, ''Z''] to another array variable called 'over20'.
Next, I create an MS Teams Chat and add 'Top20' user to the Teams chat, but I don't know how to subsequently add the remaining members, 'over20', to the existing chat. I check the MS Teams don't have any action such as 'add member to existing teams chat'.
Could anybody help me? Or any other workaround? If any confusing, please let me know.

Report
All responses (
Answers (