i've created a flow to read an excel table and filter the rows by two columns. then i've done a select statement to get specific data mappings in the form i want (maybe wrong? maybe i should build an array? - not sure?)
when i run the flow its looks like its working correctly, it gives me all the data mapps the column headers, even shows the file content is correct. but when i open the file i get repeats of the select operation without the data being mapped in. just the text. see all images of flow.


Here the output looks good / accurate per the data from the file

Here the file Content also looks good

here is what i actually get, which is not any of the data.
the data listed here is actually the 2nd row in my list, i'm not sure why its printing the second row data vs the row that i have filtered.

Here is the details of the loop - in this scenario i only have 1 record but it could be more which is why i have the loop.
the concat formula is all about formatting, in excel its a text field that is coming across as '41052' (or very close)
