
Announcements
We have an Teams Channel. Estimated 20 questions are posted daily. Throughout the day, our users in the channel will reply to the user questions.
We also have an existing flow and a SharePoint list. This flow only runs when a new post (Question) is added. It copies the question to the SharePoint list. Using the default title field, we copy the Message ID to it.
What I would like to do, is create a second flow to run to check the questions to see if any of them have received a reply from anyone. I'm not concerned with the questions receiving multiple responses. I just need to know if a response was made and what time. I've added a column to my SharePoint list called FirstResponse as a date/time field.
Does anyone have any samples to check if an initial response was provided and not keep updating our SharePoint list. Just need it to run once if a first response occurred. I'm stuck trying to identify replies. Is their a way to identify them with the original Message ID?
Hi, could you use the Send a Microsoft Graph HTTP request action? Here's a link to the documentation.
The output from this action will give you the number of replies and details for each message.
In case it helps, here's what I input when I tested the idea without additional details of how your are retrieving and sending things back and forth to SharePoint.