Hello,
Im trying a flow where it runs a query, store the results on a Excel and then populate a web form.
Problem is that I keep getting error "Column or property not found", with any flow variable (CurrentItem, ExcelData, QueryResult) when it is about to fill the form:

Here the complete flow:

-CurrentItem has only the column headers while ExcelData, QueryResult has the headers and the data
-On the Excel file, I tried to format the headers to be 'text' and 'General', made no difference

*Please, send help =]