Basic Information

appmixer.googleForms.core.FindResponses

1.0.0

Public

List a form's responses, at most 5000 responses are returned.

Input Ports

in

FieldTypeDescription
Form ID text The ID of the form containing the response
Filter text Which form responses to return. Currently, the only supported filters are: `timestamp > N` which means to get all form responses submitted after (but not at) timestamp N. * `timestamp >= N` which means to get all form responses submitted at and after timestamp N. For both supported filters, timestamp must be formatted in RFC3339 UTC "Zulu" format. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".`
Output Type select Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file.

Output Ports

Full Metadata