1 min read
Troubleshooting
- Run not created: trigger doesn't match, automation is disabled, or the team is over its monthly quota.
- Step failed: the run row's
errorcolumn has the reason. Setcontinue_on_failure: trueon a step to keep going. - Step never fires: condition halted the run. Check the run's step log.
- Replay: from the runs page or
/api/v1/forms/{form}/automations/{id}/runs/{run}/replay.