Skip to main content

Create a user input form

Create a form to get user input. This will generate a link which can be distributed for input. When used with the 'Wait for a response from a user form' the Wrkflow will wait for a form submission before continuing. Note: The form that gets created will contain one "yes or no" question with an optional field where users can write freeform text if a response is required. See documentation for an image of a sample form.

Application

  • User Input Tools

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Form titleTitle of the form the user will seeText(Short)YesInvoice Approval
Form instructionsInstructions to include at the beginning of the form to provide content regarding action to be takenText(Long)Yes
Capture submitter's email?If set to true we will capture the submitter's email when they complete the formTrue/FalseNo
FileFile to send along with the formFileNo

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Form IDID of the created formText(Short)Yesasef4ewra54rew655v436
Response linkResponse URL of the created formURLYeshttps://docs.google.com/forms/d/e/1FAIpQLU5lYF1t3Q/viewform

Outcomes

NameDescription
SuccessThis status is selected when an approval form is created.
Impossible to CompleteThis status is selected in the event of the following scenario:The external system is not accessible

Requirements

  • N/A