I need to create an HTML table from a Json, I put the JSON into an array, but cant select the columns I need to put the information into the columns of my html Table.
I try using this expression "item()[variables('TablaJSON').Producto]", but have this error "The execution of template action 'Create_HTML_table' failed. The column values could not be evaluated: 'The template language expression 'join(variables('TablaJSON').Producto,',')' cannot be evaluated because property 'Producto' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'."
HI @DevanyFlores,
Here I have answered your same issue, I will mark here to close this case.
Thanks for your cooperation.