
I want to add the user who interacted with a list on SharePoint to a group chat. In SharePoint, I have a list with 2 radio buttons, and when one of them is clicked, it triggers a specific branch of an 'if' condition. I'm able to retrieve the email of the user who interacted with the SharePoint list, but I can't find a direct action to add them to a group chat.
Alternatively, I thought of having the user send a message to that group chat saying, 'Hey, I've made a selection on SharePoint. Can you add me to this group?' However, even this approach doesn't work because Power Automate is unable to add the user to the group chat, as the user is not already a member of that group. Is there a way to do somethig to add this user or interact from outside with this group?
Have a look to this :
Add member to channel - Microsoft Graph v1.0 | Microsoft Learn
You could use a send http request to call this api from power automate.
[Edit] Found this article on how to add member to a private channel : Add member to Teams private channel with Power Automate (tomriha.com)
If I have answered your question, please Accept the post as solution.
If you like my response, please Thumbs Up.