Hi,
I am trying to send a message in a group chat on Teams when an approval from been confirmed. I can't find a way to get the conversation ID of the Teams chat. I read that you used to be able to go to Teams on the Web and find the chat in the URL, however since the new Teams update it doesn't show.
Grateful for any help on this.
Thanks
Great. Thanks!
Hey All - in my flow, I've arrived to a situation where I am not able to get the single chat conversation Group name. At certain moment in time powerautomate adds a loop (apply to each) and makes my flow adding multiple records. The overall need I have, is to create a record containing the Group Chat Name once the group chat is started. Unfortunatelly none of above returns the plain name
Can you suggest the possible solution to get only the current chat name?
Hi @_MSR_,
That id should be returned in the Compose action outputs. If the Compose is empty I would suggest to double check your Filter Array action to make sure that is not empty as well?
Hello Dennis,
I've replicated your flow above and it runs successfully, but don't see where anything is "returned" as you mention above. Exactly where is the chat conversation ID returned?
Thanks,
Michael
Hi @dw014,
You can use a List chats action to return the ids of all your chats. You can also use a Filter Array action to find your specific chat, based on the Chat topic/group name of your group chat.
Below is an example
first(body('Filter_Array'))['Id']
That should return the id of the below group chat.
Michael E. Gernaey
179
Super User 2025 Season 1
David_MA
161
Super User 2025 Season 1
stampcoin
143