Toolkit

Detect Form Errors

Scans the current page for visible validation errors, required-field failures, and messages that explain why a flow is blocked.

What It Does

Detect Form Errors gives workflows a clean diagnostic view of why a form cannot continue, without trying to guess a fix automatically.

How It Works

  • Runs a page command dedicated to error detection.
  • Can include iframe content when the page structure requires it.
  • Returns structured error data rather than attempting a corrective action.
  • Logs the result so later workflow steps or manual review can decide what to do next.

Best For

  • After submit failures
  • Forms that block progression without obvious explanation
  • Workflows that need a clear reason before deciding the next action

Behavior Notes

  • It is diagnostic, not corrective.
  • It is most useful immediately after a failed submit or blocked next-step transition.