Automation - continue on error not working

Hi, i have a automation that from time to time get’s an error
.
I thought i could fix it with ‘continue_on_error’ but it keeps stopping…
Any idea how to fix this?
This step is not that important so i can skip it if needed…

Is it a third party integration providing that action?

Yes it is…

Then that integration needs to be updated. Open an issue in the github repository of the integration.

Can’t you place that action last in the automation if it’s not that important?

No, it changes a value from 1% to a certain input. But worse case it can stay on 1%…

Ok, it’s an old one so I doubt if they will change it but I can try! Thx!

Ok…
Could you have a duplicate automation that just does this part, if that fails then it doesn’t matter.
Then this automation you have here, just add a small delay so that the other can finish before this one does

ok, thx. this might work :slight_smile:

I use the custom retry integration for actions that don’t always work the first time, but will on subsequent calls.

Also, I believe it honors continue_on_error, so this could probably be used as a work-around.

1 Like