You may want to add new rows to your Google Sheet. Luckily we have a solution in the AddRow() action formula. Here we will describe how to use the function in your docs.
Written Instructions
Choose any new or existing table
Create a new column and set the column to be a button column
Go to Button options, under Actions open the dropdown and scroll to Packs → Google Sheets → Add Row
Set the Spreadsheet Id and the Sheet Id of the Sheet you want to target
Set the Row Range to target a specific area you’d like to insert rows below, by default it will find first empty row in the sheet
Set the Value Parameter, this expects a List() each column will be filled out in order from left to right.