i want to create a flow that creates a Teams group chat with specific people. I start with 'Manually trigger a flow' and choose 'Email' as an input. in the 'Create a Chat' I put as 'Members to be added' dynamically, the input emails were seperated by a semicolon. When i run the Flow the error message: 'Action 'Create_a_chat:' 'user@odata.bind' field is missing in the request'. The error appears in the Creat a chat bit. How do i put multiple Memebers in the correct syntax?
My input parameters look like this :
{
"item/members":
"example1@mail.com; example2@mail.com;example3@mail.com",
"item/topic": "bla"
}
i entered the email dynamically and sepereted them by a semicolon as requested in the tab. is there something i need to take into account if i want to add multiple peope in the chat when puting their emails dynamicallly in the tab?