Workflows based on this trigger will search for new events every 5 minutes.

Basic Parameters

ParameterDescription
Form IDID of the Form whose responses to list.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.If not specified, the delegated user is the one provided in the connection.Has no effect when using an OAuth connection.NOTE: the connection details are not edited by this input.

Sample Event

{    "formId": "1Fzv11yQ7er4Oam9uG3DGQO_IkG5e5ezIKBw34s0WZS4",    "responseId": "AC11BNj6YRIHhn4FeGIDOJGHJd1ZIHczQu5KZJZLQPZ1VnYu5-qgCF9ns-ihRBsbVmShMyk",    "createTime": "2024-03-07T11:52:41.551Z",    "lastSubmittedTime": "2024-03-07T11:52:41.551844Z",    "answers": {        "6ac2904d": {            "questionId": "6ac2904d",            "textAnswers": {                "answers": [                    {                        "value": "a response"                    }                ]            }        }    }}