I'mn trying to create a simple application that pulls data from a form and sends it over email via outlook online.
I keep getting the following error while testing
The flow configuration is as follows:
When a new response id submitted
OUTPUTS
[
{
"webhookId": "896916bc-f9b1-4d8b-aeea-c7bac96ed81c",
"eventType": "ResponseAdded",
"resourceData": {
"formId": "4l52vSMv0UCiDQ3w5zvpyQBbWdalWj1Dq-eiLuerrzZUNFVOQTlHQzdFSlNJWVRUS1NNS1NTSVhIUS4u",
"responseId": 3
}
}
]
Get response details 2
Outputs
{
"$content-type": "application/octet-stream",
"$content": "VGhlIHJlc3BvbnNlIElEIGluIHJlcXVlc3QgVVJMIGlzIGludmFsaWQu"
}
Send an email
Outputs
ActionConditionFailed. The execution of template action 'Send_an_email' is skipped: the 'runAfter' condition for action 'Get_response_details_2' is not satisfied. Expected status values 'Succeeded' and actual value 'Failed'.