I'm getting an error like this:
Unable to process template language expressions for action 'Warunek' at line '0' and column '0': 'The template language expression 'string(body('TabelaLicencjeM365')?['Subscription End Date'])' cannot be evaluated because property 'Subscription End Date' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.
Here is a piece of automation:
"zawiera" is contain on English.
I want to compare two columns unfortunately I can not refer to the array TabelaLicencjeM365. I've tried by the column name then the above error pops up, as it indexes via string(body('TabelaLicencjeM365')?[ 4]) it gets me all the data from the table.
Is it possible to refer to the contents of a table outside the loop in a loop?