Summary
Show Form by Name (manual workflow task)
Description
Display any form created with the Form Builder IAP application.
This is a manual task, and can be called by a Workflow Builder job.
Route
/formbuilder/task/ShowFormByName
Roles
admin
operator
Incoming
name | type | required | info |
---|---|---|---|
form_name | string | true | The form's name. Name is case sensitive and must include any spaces. |
instance_data | object | true | Data to pre-populate displayed form fields. This JSON object's keys will be matched to the form's keys. Each matching property's value will prepopulate the relevant form field. |
Outgoing
name |
---|
export |