
We have a Microsoft list, when starting a conversation sometimes for no reason the connection between the message and the list item does not work and any attempt to start a conversation from the Item will end up in a new post, and going to the list item the conversation will be always empty. I created an automation following this post (https://powerusers.microsoft.com/t5/Building-Flows/Get-Teams-conversation-associated-with-Lists-item/m-p/2184720#M242273) to fix those issues.
I first tried in a Test list and channel I created and all worked really smooth, I can attach any message I want from the channel and replace the conversation with another one if I want. But then I created the same automation for the real list and channel and it does not work as expected.
- Getting the channel and message links (to get the IDs) is not so easy as, apparently, because it is a private channel it does not give the link option but I am sure I got them right by emailing the link.
- Running the HTTP request providing the right Message ID, Teams ID and Channel ID the response is that all went ok but the desire message does not get attached to the List Item, instead it fixes the issue about no post getting stick to it, so I can start a new conversation from the Item and now it is possible to answer and all will be fine. But if I want to attach the first post with already some replies it got in the Posts tab I cannot do it, any attempt will clear the conversation in the Item and start from scratch. I am set as owner on both channel and list. Any ideas about would could be wrong with my automation?