Add and update rows with values or formulas to the worksheet. Nice and easy, little code required.
Want to check which account was used to connect your integration? Check which account is connected.
Select Add single row in the Google Sheets operation drop-down as is and select the spreadsheet you will be updating. Note that you need editor access to the spreadsheet to use it in the integration.
Select the spreadsheet and worksheet.
Enter the number of the row, where you have header values. This doesn’t need to be row 1.
Add the column number and the value you want to place in this column. A new row will be created under the existing rows.
When any of the specified columns is missing in the worksheet when the step runs, the step will fail.
(Optional) Select and add your variables.
Save changes.
Select Add row in the Google Sheets operation drop-down as is and select the spreadsheet you will be updating. Note that you need editor access to the spreadsheet to use it in the integration.
Enter or select the worksheet name. This is the worksheet to which you want to add rows.
In the JSON body field, enter the rows, names of columns, and values in the JSON format.
When everything is correct, click Save changes.
The low-code Google Sheet integration steps produce the following data references, which you can use in the following workflow steps:
Select Update rows in the Google Sheets operation drop-down as is and select the spreadsheet you will be updating. Note that you need editor access to the spreadsheet to use it in the integration.
Enter or select the spreadsheet and worksheet. This is the worksheet to which you want to update rows.
In the Start with row field, enter the number of the row which should be the first one to update. We’ll update values in this row, and, if specified in Body, the following rows.
Enter Body. It might look like the following
Note that Row1 or Row2 is only used for sequencing rows and are not the actual row numbers. For example, if you’ve entered 13 in the Start with row field then your Row1 changes will apply to row 13 in the worksheet, and Row2 changes to row 14, etc.
Save your changes.
Select Delete spreadsheet in the Google Sheets operation drop-down and provide the ID of the spreadsheet to delete. Note that the deletion is permanent.
Tip: you can use data references in the Spreadsheet ID field. This is less error-prone than typing.
Save your changes.
Where do I find Spreadsheet ID
You can find the IS in your Google spreadsheet URL - it’s a combination of numbers and letters between /d/ and /edit
For example: docs.google.com/spreadsheets/d/[Spreadsheet_ID]/edit
If the spreadsheet ID you provided doesn’t exist the step will fail.
You can match a single search value with multiple corresponding values.
$.'Search results'.values.[0]
(for the first search result), $.'Search results'.values.[1]
(for the second), and so on.When a selected match column doesn’t return any results, we show null
for this column in the output Search results.
For the integration to work, you need to provide the Body in JSON format. For example, it might look like the following:
Consider the following:
=SUM(A1:A3)
.Comment
value will not be added to the sheet.to a sheet where some rows already exist, the values will be added beneath the already existing ones.
You can add variables to your step configuration. Variables are chunks of data that we take from the Response of the step and turn into reusable items.
We extract the data chunks you can reuse for you. To add variables, select them from the Select data to reuse drop-down and click + Add.
Tip: You can still add custom variables. Simply add a pre-defined one, clear the fields, and enter the desired variable.
User variables are not displayed in the output. However, they are visible in the data reference dropdown if you want to use them in further steps.
Add and update rows with values or formulas to the worksheet. Nice and easy, little code required.
Want to check which account was used to connect your integration? Check which account is connected.
Select Add single row in the Google Sheets operation drop-down as is and select the spreadsheet you will be updating. Note that you need editor access to the spreadsheet to use it in the integration.
Select the spreadsheet and worksheet.
Enter the number of the row, where you have header values. This doesn’t need to be row 1.
Add the column number and the value you want to place in this column. A new row will be created under the existing rows.
When any of the specified columns is missing in the worksheet when the step runs, the step will fail.
(Optional) Select and add your variables.
Save changes.
Select Add row in the Google Sheets operation drop-down as is and select the spreadsheet you will be updating. Note that you need editor access to the spreadsheet to use it in the integration.
Enter or select the worksheet name. This is the worksheet to which you want to add rows.
In the JSON body field, enter the rows, names of columns, and values in the JSON format.
When everything is correct, click Save changes.
The low-code Google Sheet integration steps produce the following data references, which you can use in the following workflow steps:
Select Update rows in the Google Sheets operation drop-down as is and select the spreadsheet you will be updating. Note that you need editor access to the spreadsheet to use it in the integration.
Enter or select the spreadsheet and worksheet. This is the worksheet to which you want to update rows.
In the Start with row field, enter the number of the row which should be the first one to update. We’ll update values in this row, and, if specified in Body, the following rows.
Enter Body. It might look like the following
Note that Row1 or Row2 is only used for sequencing rows and are not the actual row numbers. For example, if you’ve entered 13 in the Start with row field then your Row1 changes will apply to row 13 in the worksheet, and Row2 changes to row 14, etc.
Save your changes.
Select Delete spreadsheet in the Google Sheets operation drop-down and provide the ID of the spreadsheet to delete. Note that the deletion is permanent.
Tip: you can use data references in the Spreadsheet ID field. This is less error-prone than typing.
Save your changes.
Where do I find Spreadsheet ID
You can find the IS in your Google spreadsheet URL - it’s a combination of numbers and letters between /d/ and /edit
For example: docs.google.com/spreadsheets/d/[Spreadsheet_ID]/edit
If the spreadsheet ID you provided doesn’t exist the step will fail.
You can match a single search value with multiple corresponding values.
$.'Search results'.values.[0]
(for the first search result), $.'Search results'.values.[1]
(for the second), and so on.When a selected match column doesn’t return any results, we show null
for this column in the output Search results.
For the integration to work, you need to provide the Body in JSON format. For example, it might look like the following:
Consider the following:
=SUM(A1:A3)
.Comment
value will not be added to the sheet.to a sheet where some rows already exist, the values will be added beneath the already existing ones.
You can add variables to your step configuration. Variables are chunks of data that we take from the Response of the step and turn into reusable items.
We extract the data chunks you can reuse for you. To add variables, select them from the Select data to reuse drop-down and click + Add.
Tip: You can still add custom variables. Simply add a pre-defined one, clear the fields, and enter the desired variable.
User variables are not displayed in the output. However, they are visible in the data reference dropdown if you want to use them in further steps.