- explain your goal with as much context as possible
hi there - my automation creates content based on my clients inputs into their notion dashboard. when ready to create the content, they tick the box (circled in the screenshot) the problem is, there is no consistent times at which they create content, so when i leave the scenario activated, after a couple of errors (cos the automation can’t find the tick) it deactivates. How can i keep the scenario open so my client can use the dashboard on demand?
Thanks!
Luke
Can you provide the exact error message?
Straight from the Help Center:
Error handling directives
The directives are briefly explained below and you may visit the Directives page if you’d like to understand them in detail.
There is a total of five directives that can be grouped into the following 2 categories based on whether a scenario execution should continue or not:
The following directives ensure that a scenario execution continues:
-
Resume allows you to specify a substitute output for the module with the error and the scenario execution status is marked as a success.
-
Ignore simply ignores the error and the scenario execution status is marked as a success
-
Break stores the input to the queue of incomplete executions and the scenario execution status is marked as a warning.
You might want to add some error handling to your modules to handle exceptions from external services, so the failing module(s) can automatically be retried or ignored.
For more information on how to handle errors, see:
By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
3 Likes
Hi @Luke_Farrell
It is happening because the scenario configures the error. Please check some previous histories and find possible errors occurred and resolve all of them.
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel
2 Likes
thanks mate - the error is here
i will have a look at the error handling, that might work
i get that the tool is flagging it as an error… but its not REALLY an error - so i need to be able to ‘tell’ the tool that its not an error - just take no action / ignore
i did look at the ‘incomplete executions’ but still its being flagged and i want it to just ignore
thanks for the help
Yes, looks like the Ignore error directive would work in your case then, since you’re expecting an error there.
2 Likes
thank boss! appreciate the help!
2 Likes