hello, I'm a newbie in power Automate, I have the Error mentioned in the title, I tried some solutions here, but I didn't understand well because it didn't apply very much to what I needed.
the Question is, im need to import a Table from excel, filter some Data, and send this data Filtered in HTML table to make more "visually pleasing"
follow the steps i created, if i'm taking too many turns please let me know how to simplify:
1- initialize a variable of String (i tried with array but get an error)

2- i imported the excel table and made a Parse JSON with body only

3- i made a loop to treat the data


anyway its ends like this

the Error was "The 'from' property value in the 'table' action inputs is of type 'String'. The value must be of type 'Array'."
If i tried with an Array Variable this happens:
The property 'columns' must be specified unless the 'from' property value is an array of objects.
Please help me kk.