I try to configure a MS Azure My Logic App to automate the process of Features creation in Azure DevOps after a MS Form is being filled in and submitted. I created following flow:
When a new MS Forms response is submitted, I get the response details and then create a new ADO Feature in my Backlog, and then send a confirmation email to myself.
The error I get is: Cannot read properties of undefined (reading ‘getResponseHeader’). I have the Split on checkbox selected and set to trigger body Split on and set all the ADO Feature fields to be set accordingly. What might cause the issue in reading the Response Header?
I tried turning Automatic Decompression on and off, but this did not work. Read this article: Azure Logic Apps: ExpressionEvaluationFailed failed but it didn’t bring me anywhere.
Michał is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.