Basic Information

appmixer.jotform.core.GetFormSubmissions

1.0.1

Public

List of form responses. Property answers array has the submitted data. created_at is the date of the submission.

Input Ports

in

FieldTypeDescription
Form ID text -
Order By select -
Filter text Filters the query results to fetch a specific submissions range. Example: {"id:gt":"31974353596870"} You can also use gt(greater than), lt(less than), ne(not equal to) commands to get more advanced filtering : Example: {"created_at:gt":"2013-01-01 00:00:00"} Example: {"workflowStatus:ne":"Approve"}
Output Options select Choose whether to output all items at once in a single list or, instead, output one item at a time. For example, if you only care about the first item, you can choose "One item at a time" and then use 1 as the "Limit" parameter.
Limit number The total number of items to return.

Output Ports

Full Metadata