What should I check when a Make scenario stops running?

:bullseye: What is your goal?

What should I do if my Make automation stops working?

Start by implementing error handlers to catch errors and see if they can be recovered gracefully.

Also you l need to figure out why it’s stopping and fix the edge cases to ensure it doesn’t stop and instead recovers with other logic that helps it complete.

Why does your scenario stop?

I’d first check the scenario’s History for the exact error, then verify the connections, filters/routers, and whether the trigger is still receiving data. If it’s scheduled, I’d also confirm the scenario is still active and hasn’t hit an operation or error limit.