Skip to main content

Wait for a response from a custom user form

Wait for a response from a user form. To create a user input form use the "Create a custom user input form" Wrk Action.

Application

  • User Input Tools - Employee in the Loop

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Form IDID of the form to check for responses for. Can be retrieved from "Create user input form" Wrk Action.Text (Short)Yesi54uwq85u4389275v23475v8432

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Form responseJSON data from the form responseText (Long)No{"name":"John","gender":"male","interests":["coding"],"country":"ca"}
Fields to captureA new field to add extract values from the form response. This field name must match the name defined within the form HTMLname

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A