Hello everyone !
I want the opportunity to cancel the trigger of an automation if I make a mistake for example.
Here is an example :
The creation of an activity in my agenda will trigger the sending of an email. If there is a mistake in the activity log (wrong date for example), I want the possibility to erase the activity for a certain amount of time and cancel the trigger (the sending of an email).
I tried setting up a “sleep” module right after a trigger and then I created a filter to check if the activity still exists. The outcome I want is the possibility to erase the activity during the sleep period so it stops the rest of the scenario thanks to the filter (activity exists) placed after the sleep module.
Unfortunately, it does not work… Once I create an activity and I deleted it during the “sleep period”, Make thinks that the activity still exists and the email was sent. Basically, the filter is not working.
Do you know how I could solve this without working with data store ?
Thanks for your help !
Best,