I am trying to automate Greenhouse with Google Sheets. I have a webhook that is triggered everytime a new job is created. It does that completely fine but it creates the new row at the bottom of the sheet. I am wondering if it is possible to add a new row at the first empty row.
For example, I have a sheet with 60 populated rows, when a new job is created I want it to be added at 61th row. Right now it gets added to 927th row which makes no sense. Is this related with the column type? Should I delete every empty row?