Full error code: "Unable to process template language expressions for action 'Apply_to_each_2' at line '0' and column '0': 'The template language expression 'outputs('Start_and_wait_for_an_approval')?['body/responses']' cannot be evaluated because property 'body/responses' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'."
Explanation of the general process:
A line in sharepoint is created, If certain conditions are met an email is sent to a list of people based on variables inside the updated sharepoint. A 'Start and wait for an approval' is started, email is sent with a multiple choice question. One option is selected and there is a comment box. Once that email is responded to, the response fills in the same row that was initially updated in sharepoint.
My questions are:
- What does it mean when it says line 0 column 0?
- It seems like its failing at the very end when it goes to select the responses from the email what would make it fail if it was working fine a week ago?
- Do I have to assign an integer index to the array for it to select?
I can post pictures of the flow if needed