Wait for Modal Submit

Wait for Modal Submit

Pause and capture the values from a form shown by Show Modal

Note: Must immediately follow a show_modal step at the same nesting level — this ordering is load-bearing at runtime, not just a save-time check. The example here validates against a synthetic show_modal step the docs pipeline supplies.

Fields

FieldTypeRequiredDescription
timeoutMsnumbernoDefaults to 600,000ms.
onTimeoutarray of stepsnoSteps run if the pause times out.

Example

{
  "id": "01H8XGJVBWX7Y5Z3K9M2N4P6Q1",
  "type": "wait_for_modal_submit"
}

Did this page help you?