Search K
Appearance
Appearance
Starts a workflow when a user submits a Capture form review.
Use this trigger as the entry point for any workflow that should run in response to a reviewer completing and submitting a Capture interaction. It captures the form values, submission type, any attached files, and any markup snapshots taken during the review, and makes all of that data available to downstream tasks. This is the standard way to act on human review outcomes within an automation — for example, routing a document based on the reviewer's approval decision or writing form responses back to an external system.
This trigger has no configurable inputs.
When running a workflow in debug mode from the automation designer the following fields are available to simulate a submission:
| Field | Type | Required | Description |
|---|---|---|---|
| Select Capture Template | Dynamic Dropdown | No | The Capture form template to simulate a submission against. |
| Review Id | Text | No | The ID of an existing Capture review to load data from. Leave blank to simulate a new submission. |
| Name | Description |
|---|---|
| FormInputs | A key-value map of all field names and values submitted by the reviewer. |
| Submission Type | The action the reviewer took, such as Approve or Reject. |
| UrlParams | Metadata about the submission including the template ID and, when present, the review ID. |
| CaptureFiles | The list of files attached to the Capture review at the time of submission. |
| Snapshots | Markup snapshot images and associated metadata recorded during the review session. |