Unable to process template language expressions in action 'Approving Email' inputs at line '0' and column '0': 'The template language expression 'first(outputs('List_rows_present_in_a_table')?['body/value'])['ApprovingEmail']' cannot be evaluated because property 'ApprovingEmail' cannot be selected.
Looks like on my expression there was an extra character which caused the error.
It worked now. Awesome, Thank you very much for your help👍
It seems that your array is empty. If you want the formula to work even with empty arrays this will do the work:
first(outputs('List_rows_present_in_a_table')?['body/value'])?['ApprovingEmail']
And this is the OUTPUT from the download
I don‘t see the step „List_rows_present_in_a_table“ in your flow run history. It has to be before the error of course. This step has an output and that is important for you to find.
It skipped the dependent action
You have to open a previous run and check the output of this action. There you can find what data was received.
This is the List rows I have
Seems that „ApprovingEmail“ is not part of your array. Have you checked the output of “List rows present in a table”?
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional