In Make: Error Handlers
- Click the module that might fail
- Look for "Error handling" or similar in the menu
- You can set what happens if this module errors:
- Abort scenario — Stop the whole workflow (default)
- Continue scenario — Ignore the error and keep going
- Break — Stop but mark as success (doesn't trigger alerts)
- Retry — Try the step again