I have a flow
Trigger: When form input is submitted.
Step 1. Get response detail (email of the user who submits for the form)
Step 2. Create a task in planner
Step 3. Send a confirmation email to a user who submits for the form
Some days ago I get 3 failed flows because the inputs forms were empty. The ID response was 0
This is the input/output message
Input not processed
{
"host": {
"connection": {
"name": "@parameters('$connections')['shared_microsoftforms']['connectionId']"
},
"api": {
}
},
"path": "/formapi/api/forms/@{encodeURIComponent('YLAMDq0J9UmgBWi5tJqh9hk1hW0myqVBu49xXTiK0aFUQVcyQUxFT1BDMEFaSEVIQkRTNjFZV1Y0WC4u')}/webhooks",
"authentication": "@parameters('$authentication')",
"body": {
"eventType": "responseAdded",
"notificationUrl": "@{listCallbackUrl()}",
"source": "ms-connector"
}
}
__________________
Output not processed
{
"headers": {
"Expect": "100-continue",
"Host": "prod-65.westus.logic.azure.com",
"X-CorrelationId": "5b865927-fd9b-4ed5-8ac9-e42cd29b8688",
"Content-Length": "259",
"Content-Type": "application/json; charset=utf-8"
},
"body": {
"webhookId": "2a1e6286-dd3e-4d65-8b4c-181d58e0a3d5",
"eventType": "ResponseAdded",
"resourceData": {
"formId": "YLAMDq0J9UmgBWi5tJqh9hk1hW0myqVBu49xXTiK0aFUQVcyQUxFT1BDMEFaSEVIQkRTNjFZV1Y0WC4u",
"responseId": 0
},
"eventTime": "2020-09-30T15:58:14.2315370Z"
}
}
What does it mean?
I will appreciate your help
Output