Hi.
I have an interesting situation.
I need to update an Excel table with some data from another Excel.
When I try to map rows in step "Add a row into a table", I have difficulties with some column names.
I am pulling items from step "Filter array" with an expression like this:
items('Apply_to_each_row')?['Column1']
but when I try to use it for a column that has the header on two lines, flow is just ignoring those columns.
I tried to paste the name as it is on 2 lanes, then to put it on only one name, and using the name like is in the output from "Filter array" that looks like this
Text one \ntext two kg
but no luck so far. Is there a special way to handle this situations?
| Column1 | Column 2 | Text one text two kg |
| Abcd | Bcde | 100 |
