Hi,
I want to build a flow where a email is sent after a 5 minute delay (if a previous message is not acknowledged)
Example:
1. when a new channel message is added (this i can do)
2. set a delay for 5 minutes (this i can do)
3. If the previous message is replied to with "acknowledged", then do nothing else send an email (this i cannot do)
Thanks