Hello,
I built a flow triggered by a button: a user clicks on the button when s/he wants to be notified a case closes.
The Wait element is supposed to wait until the Case closes but when the status of the case changes (before closure), the wait element resumes and sends the notification.
I tried various combination but I don't know where it is going wrong, as everything works well in debug mode. Also, I am talking about cases which were never closed before.
Would someone be able to point me in the right direction?
These are my tests:
And the resume event part:
Thanks in advance!
What exactly is your use case, are you sending this notification EVERY time a case closes? If so, I would simply use a seperate flow, triggered any time a case's status is updated to "Closed".
Your current configuration of the "Wait for Conditions" flow element is wrong, it starts the waiting when the case status="closed", then resumes the flow when the "Close Date" equals the specified "Resume Time".