I have a google sheet with data in:
Cell A1
Header Row in Row 2 (A2:AT2)
There is data in range C3:AT:33
Columns A & B below the header are empty
I am using the Google Sheets Add A Row Function in Make
Whether Table Contains Headers = Yes OR Table Contains Headers = No, I am getting the same behavior.
The Module is set to Insert Rows
Unformatted = No
When running the Add a Row Module for this sheet, the new Row of Data is being inserted at Row #13 instead of at the bottom of the table.
Why? How can I fix this so the data is appended at the bottom of the table as it should be?