All docs
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 error column has the reason. Set continue_on_failure: true on 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.