Add multiple members in MS Teams Channel Using Azure Logic App
I am using Azure Logic App to post a message and call to MS Teams. I can add single user in Teams using the Microsoft learn guide. Now I am trying to add multiple users using the same logic.I found one post that it’s possible using array object and then looping it but there are no details in there that I know how to use.