Hi,
I have a MS flow , Where I need to store the elements in an array and later on, I need to use this array to create the HTML table.
So for that I am appending the elements in an array and it's getting successfully appended, but after that as I am creating the HTML table using this appended array then flow giving the error /The property 'columns' must be specified unless the 'from' property value is an array of objects./
To overcome from this error I am trying to structure these array elements through the select property of /Data Operations/, but I am not getting a way to extract these elements from the /appended array/.
can you please suggest the way, how can I retrieve the elements from the array dynamically??
Below: I am trying to format the data through select operation
Now I just Need to know the expression to get the values from the appended Array.