I built a flow to generate an approval e-mail when an item is added to a list. The e-mail generates successfully, but when a decision is given by the approver, the workflow then fails at the condition stage. The following error displays:
Unable to process template language expressions for action 'Condition' at line '1' and column '2603': 'The template language expression 'equals(body('Start_an_approval')?['response'], 'Approve')' cannot be evaluated because property 'response' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.
Has anyone seen this? If so, what should I be looking for?