I am trying to add the values from a spreadsheet table to a master table, and everything works except that on the "Add Rows into a Table" step, the inputs look right and have values, but the output says "Null" for every value. The rows that get added to the master spreadsheet are all blank.
The Outputs of "list rows present in a table" has some values put in as random test data
But then I use the output of that (@{outputs('List_rows_present_in_a_table')?['body/value']}) for an "Add Row into a table" action and I keep getting empty values.
I have tried mapping the columns using the "apply to each" level that contained the "List Rows Present in a Table" Action, for example @{items('apply_to_each_2')?['Contractor Supervisor Visits']} .
I'm very new at this and I may well be missing something obvious. I'd appreciate any help with what I am doing wrong!