Hi all. I'm trying to build an automation that checks if a Message in a Teams Channel has a response after 8 hours. I am not sure if there's a specific function to check Team's messages for a reply to the initial post? Would appreciate any help. Thank you!
TLDR: Check a Teams Channel initial message. " Is there a response/ reply to the chat within 8 hours?"
There's two items that can somewhat achieve this.
The 8 hour mark is a hard task to achieve since MS Flow is based off of trigger events where you want a "non-Trigger" event to be a trigger. You could do a second flow with the "when a message " and do a trigger condition of @equals(triggerBody()?['User_Id'],'USERACOUNT') if this condition is true, immediately go into a 8 hour delay. If the list is not updated to equal true then do the required work for that condition.
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1