Hi ! And look at this:
A process containing:
When “Table” is updated
Then Wait for a duration (a lot of minutes)
Then Send a notification to “…”
End of process.
Ok, this process fully ran during numerous days ago.
But few days ago, finished, it no more runs definitively !
I consequently tested the following troubleshootings:
A process containing:
When “Table” is updated
Then Send a notification to “…”
End of process.
Ok, this process runs, the notification rings.
Adding one single step to this process:
When “Table” is updated
Then Send a notification to “…”
Then Wait for duration “000:05:05”
End of process.
This process does not run: testing it indicates it’s OK, but notification does not ring ! …while process asks first sending the notification…
Wasting my time to understand it and testing various explainitions, I beg your help ;o)