20.08.2024
134

How to setup Google Sheets Update ROW / Add ROW

How to setup Google Sheets Update Row / Add Row

Integration will allow you to implement a row update scenario, and in case of an error, based on specific conditions, add new rows in Google Sheets based on data from other systems, and using the Logic If/Else section you can send error notifications to Slack or to email, for example Gmail. This will allow you to get fields with data in the Data Source and update / add row in Google Sheets using specified values and transfer data to other systems. This way you can automate the process of updating / adding row and processing data as efficiently as possible using the different services you use.

Let's go through the entire setup of Google Sheets Update ROW / Add ROW using Logic If/Else together.

Navigation:

Connecting Google Sheets as a Data Source:
1. What data can you get from Google Sheets?
2. How to connect your Google Sheets account to ApiX-Drive?
3. Select the table and sheet from which rows will be get.
4. An example of data for one of the rows in your table.

Connecting Google Sheets as a Data Destination for updating rows:
1. What will the integration with Google Sheets do?
2. How to connect your Google Sheets account to ApiX-Drive?
3. How can I configure the selected action to update rows in Google Sheets?
4. Example of data that will be updated in your Google Sheets.

Setting up the Logic If/Else section - Google Sheets to add row:
1. What logical action will the Logic section perform?
2. How to set a specific condition for a selected action?
3. How to add Data Destination inside the Logic section?
4. What will the integration with Google Sheets do?
5. How to connect an Google Sheets account in the Logic section?
6. How can I configure the selected action to transfer data to Google Sheets?
7. Example of data that will be sent to your Google Sheets.
8. Auto-update and update interval.

Answers to frequently asked questions:
1. How to set up Logic based on the result of data transmission of the Data Destination system, if the execution result condition is Successful or Unsuccessful?
2. What will be the final result for the given condition?

Setting up an additional section Logic If/Else - Slack:
1. What logical action will the additional Logic section perform?
2. How to set a specific condition for a selected action?
3. How to add Data Destination inside the Logic section?
4. What will integration with Slack do?
5. How to connect a Slack account in the Logic section?
6. How to configure data transfer to Slack in the selected action?
7. Example of data that will be sent to your Slack.

Setting Data SOURCE: Google Sheets

First, you need to create a new connection, click “Create connection”.

How to setup Google Sheets Update Row / Add Row | Create connection

Select the system as the Data Source. In this case, you must specify Google Sheets.

How to setup Google Sheets Update Row / Add Row | System selection a Data Source

Next, you need to specify the action "Get ROWS (new)".

How to setup Google Sheets Update Row / Add Row | Action selection in the source

The next step is to select a Google Sheets account from which data will be get.
If there are no logins connected to the system, click “Connect account”.

How to setup Google Sheets Update Row / Add Row | Connecting account the source system

Select which account you want to connect to ApiX-Drive.

How to setup Google Sheets Update Row / Add Row | Selecting a Google account to connect

Give your permission to ApiX-Drive to work with this account.

How to setup Google Sheets Update Row / Add Row | Providing access

Click Select table and select the table from which you want to get data, click Select after selecting.

How to setup Google Sheets Update Row / Add Row | Table selection
How to setup Google Sheets Update Row / Add Row | Table selection

When the connected account appears in the "active accounts" list, select it.

Attention! If your account is on the "inactive accounts" list, check your access to this account!

How to setup Google Sheets Update Row / Add Row | Account selection

Next, specify the Google Sheets sheet where the data you need is located in the selected table. If necessary, you can change the Table(File).

How to setup Google Sheets Update Row / Add Row | Selecting a table and data sheet

If necessary, you can set up a Data Filter, or click "Continue" to skip this step.

To find out how to setup the Data Filter, follow the link: https://apix-drive.com/en/help/data-filter

How to setup Google Sheets Update Row / Add Row | Data filter

Data in a Google Sheets table, one row at a time.

How to setup Google Sheets Update Row / Add Row | Test data in Google Sheets

You can now see the test data in ApiX-Drive by one of the rows in your Google Sheets.

If you want to update your test data, click "Download Test Data from Google Sheets."

If you want to change the settings, click "Edit" and you will go back a step.

How to setup Google Sheets Update Row / Add Row | Test data

This completes the Data Source setup!

Now we connect the Data Destination section. To do this, click on “+” and select “DATA DESTINATION” from the list.

How to setup Google Sheets Update Row / Add Row | Start setting up Data Destination

Setting Data Destination: Google Sheets updating rows

Select the system as Data Destination. In this case, you must specify Google Sheets .

How to setup Google Sheets Update Row / Add Row | System selection a Data Destination

Next, you need to specify the action “Update ROW”.

How to setup Google Sheets Update Row / Add Row | Action selection

The next step is to select the Google Sheets account in which the rows will be updated.

If you want to use the same Google Sheets account that was connected in the Data Source, then select it from the "Active accounts" list.

In this example, we will use a different Google Sheets account, so click "Connect account".

How to setup Google Sheets Update Row / Add Row | Account connection

Select which account you want to connect to ApiX-Drive.

How to setup Google Sheets Update Row / Add Row | Selecting a Google account to connect

Give your permission to ApiX-Drive to work with this account.

How to setup Google Sheets Update Row / Add Row | Providing access

Click Select table and select the table from which you want to get data, click Select after selecting.

How to setup Google Sheets Update Row / Add Row | Table selection
How to setup Google Sheets Update Row / Add Row | Table selection

When the connected account appears in the "active accounts" list, select it.

Attention! If your account is on the "inactive accounts" list, check your access to this account!

How to setup Google Sheets Update Row / Add Row | Account selection

Specify the Google Sheets sheet where the rows updates will occur.

How to setup Google Sheets Update Row / Add Row | Select sheet

Next, you need to specify the column to search. This is the column by which the search for an existing row in Google Sheets will be performed to update. If a match is found, the row will be updated.

In the "Search" field, you need to specify the variable from the Data Source that contains the data to search, that is, the variable with which the column in Data Destination Google Sheets will be compared. If a match is found, the row will be updated.

Attention! In the column to search, you need to specify the Destination table where the search will take place.

How to setup Google Sheets Update Row / Add Row | Assigning Fields

Next, you need to specify the "Search Type" in case the search results will find more than one row with the same values.

How to setup Google Sheets Update Row / Add Row | Assigning Fields

Next, you need to specify which table columns and what data you want to add when updating.

To update the row data, you need to assign variables that are in the Google Sheets cells of the Data Source with the Google Sheets fields (Data Destination), to do this, click on the parameter and it will be assigned to the selected field. When selecting variables, you will be able to see what data is in the Data Source fields.

Please note that you can use not only the Data Source variables, but also manually entered data.

Click "Continue" when you are done with assigning fields.

How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields

You can now see the test data that will be sent to Google Sheets to update the rows.

Click "Send test data to Google Sheets" and test the table and sheet in Google Sheets.

If you are not satisfied with something, click “Edit” and go back a step.

Note! In Data Destination systems, two additional fields have been added: “Runtime errors” and “Execution result”, which can be used in the Logic section for conditions. In the example we will use these fields.

  1. Runtime errors - when assigning this field, the field will contain information about an error if it occurs in the Data Destination system. If there is no error and the data transfer is successful, this field will remain empty.
  2. Execution result - if the conditions are met, this field will return a logical value, 1 or 0, where:
    1 - means that the data transfer in the Data Destination section was Successful (for example: successfully added a new rows in Google Sheets, created or updated a lead/contact/deal in the CRM system, or sent a message to Slack)
    0 - means that the data transfer in the Data Destination section was not completed, that is, it was Unsuccessful (for example: an error occurred, a contact for update was not found, a lead/deal/contact was not created in the CRM system, a message/letter was not sent)

How to setup Google Sheets Update Row / Add Row | Test data
How to setup Google Sheets Update Row / Add Row | Test data

This completes the setup for Data Destination Google Sheets updating rows!

Now we connect the Logic section. To do this, click on “+” and select “LOGIC If/Else” from the list.

How to setup Google Sheets Update Row / Add Row | Start setting up the Logic section

Setting LOGIC IF/ELSE section

In the "Logical action" field, select the "If" action.
In the "Your comment" field, you can provide additional information or an explanation for a specific condition for the If action.

How to setup Google Sheets Update Row / Add Row | Action selection

Next, you need to configure a specific condition, when fulfilled, data will be transferred in the Logic section.
- Parameter - this field contains all the fields from the previous Data Source and Data Destination sections that can be used to configure conditions. In our example, we use the field from the Data Destination "Execution Result".
- Operation - in this field you must select the action that will be applied for a specific condition. In this example, we select "Equals".
- Value - in this field you must select “Successfully” if you want the condition to be met when the Data Destination section is successfully triggered, or select “Unsuccessful” if an error occurs in the Data Destination section or for some other reason the data is not transmitted. In this case we select "Unsuccessful".

How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields

Also, you can add additional conditions using the operators "AND", "OR", if you need to specify several parameters in one condition. In this case, this is not necessary, so click “Continue”.

How to setup Google Sheets Update Row / Add Row | Additional conditions "AND", "OR"

At the Test stage, you will see Logical result = 1 - this means that the setting of the action If for a specific condition is satisfied.

How to setup Google Sheets Update Row / Add Row | Test data

Next, you need to indicate what action the Logic section will perform,
when certain conditions are met, that is, what is the next data transfer algorithm and to which system.

In this example we use the DATA DESTINATION section.

Inside the Logic section we connect the Data Destination system. To do this, click on “+” and select “DATA DESTINATION” from the list.

How to setup Google Sheets Update Row / Add Row | Start setting up Data Destination inside the Logic section

Setting up Data DESTINATION inside the LOGIC IF/ELSE section: Google Sheets adding rows

Select the system as Data Destination. In this example, we are using Google Sheets.

How to setup Google Sheets Update Row / Add Row | System selection a Data Destination

Next, you need to specify the action "Add ROW".

How to setup Google Sheets Update Row / Add Row | Action selection

The next step is to select the Google Sheets account to which the data will be transferred to add rows when the row update fails.

Select the same Google Sheets account from the "Active accounts" list that was connected in the first section Data Destination to update rows.
Or you can connect another account if necessary.

How to setup Google Sheets Update Row / Add Row | Selecting a Destination account

Specify the File (table) and Google Sheets sheet to which the data will be transferred.

How to setup Google Sheets Update Row / Add Row | Selecting a table and sheet

Next, select the required data that is in the Google Sheets Data Source cells, click on the parameter and it will be assigned to the selected Google Sheets field to add rows. When selecting variables, you will be able to see what data is in the Data Source fields.

Note that you can use not only Data Source variables, but also manually entered data.

Click "Edit and continue" when you are done with assigning fields.

How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields

Now you can see the test data that will be sent to Google Sheets to add a new row.

If you want to send test data to Google Sheets to check if the settings are correct, click "Send test data to Google Sheets" and check the result in the selected table and sheet.

If you are not satisfied with something, click “Edit” and go back a step.

How to setup Google Sheets Update Row / Add Row | Test data
How to setup Google Sheets Update Row / Add Row | Test data

This completes the setup for Google Sheets Data Destination adding row!

As a result, we have the following condition: When get data from the Data Source system, we transfer the data to Google Sheets to update the row. If the row is not updated, that is, an error occurred or for some other reason the update failed, then we transfer the data to Google Sheets to add row.

Now you can start choosing the update interval and enabling auto-update.

To do this, click "Enable update".

How to setup Google Sheets Update Row / Add Row | Completing setup

On the main screen, click on the gear icon to select the required update interval or setup scheduled launch. To start the connection by time, select scheduled start and specify the desired time for the connection update will be started, or add several options at once when you need the connection will be started.

Attention! In order for the scheduled launch to work at the specified time, the interval between the current time and the specified time must be more than 5 minutes. For example, you select the time 12:10 and the current time is 12:08 - in this case, the automatic update of the connection will occur at 12:10 the next day. If you select the time 12:20 and the current time is 12:13 - the auto-update of the connection will work today and then every day at 12:20.

To make the current connection transmit data only after another connection, check the box "Update connection only after start other connection" and specify the connection after which the current connection will be started.    

How to setup Google Sheets Update Row / Add Row | Update interval
How to setup Google Sheets Update Row / Add Row | Update Priority

To enable auto-update, switch the slider to the position as shown in the picture.

To force a connection, click on the arrow icon.

How to setup Google Sheets Update Row / Add Row | Enable auto-update

This completes the Google Sheets Update Row / Add Row setup! See how simple it is!?

Now you don’t have to worry, ApiX-Drive will do everything on its own!

Note! This is not all the functionality of Logic If/Else. You can use the "Execution Result" parameter from the Logic If/Else section to send an additional notification to Slack or to a mail server, for example, in Gmail, and be aware of errors that occur in the Data Destination system if no entity has been created/added to it..

Setting an additional LOGIC IF/ELSE section

To do this, you need to add another Logic section in the connection and make another condition setting. To do this, click on “+” and select “LOGIC If\Else” from the list.

Also, to add and configure new sections, you must turn off automatic connection updates, the slider must be in the gray position.

How to setup Google Sheets Update Row / Add Row | Start setting up the additional Logic section

In the "Logical action" field, select the "If" action.
In the "Your comment" field, you can provide additional information or an explanation for a specific condition for the If action.

How to setup Google Sheets Update Row / Add Row | Action selection
How to setup Google Sheets Update Row / Add Row | Action selection

Next, you need to configure a specific condition, when fulfilled, data will be transferred in the Logic section.
- Parameter - this field contains all the fields from the previous Data Source and Data Destination sections that can be used to configure conditions. In our example, we use the field from the Google Sheets adding row Data  Destination section  - “Execution Result”.
- Operation - in this field you must select the action that will be applied for a specific condition. In this example we select "Equals".
- Value - in this field you must select “Successfully” if you want the condition to be met when the Data Destination section  is successfully triggered, or select “Unsuccessful” if an error occurs in the Data Destination section  or for some other reason the data is not transmitted. In this case we select "Unsuccessful".

How to setup Google Sheets Update Row / Add Row | Assigning Fields
How to setup Google Sheets Update Row / Add Row | Assigning Fields

Also, you can add additional conditions using the operators "AND", "OR". In this case, this is not necessary, so click “Continue”.

How to setup Google Sheets Update Row / Add Row | Additional conditions "AND", "OR"

At the Test stage, you will see Logical result = 1 - this means that the setting of the action If for a specific condition is satisfied.

How to setup Google Sheets Update Row / Add Row | Test data
How to setup Google Sheets Update Row / Add Row | Test data

Next, you need to indicate what action the Logic section will perform,
when certain conditions are met, that is, what is the next data transfer algorithm and to which system.

In this example we use the DATA DESTINATION section.

Inside the Logic section we connect the Data Destination system. To do this, click on “+” and select “DATA DESTINATION” from the list.

How to setup Google Sheets Update Row / Add Row | Start setting up Slack Data Destination inside the Logic section

Setting Data DESTINATION inside the additional LOGIC IF/Else section: Slack

Select the system as Data Destination. In this example, we select Slack.

How to setup Google Sheets Update Row / Add Row | Selecting a Data Destination system

Next, you need to specify an action, for example, "Send MASSAGES (channel)".

How to setup Google Sheets Update Row / Add Row | Action selection in the Data Destination

The next step is to select the Slack account to which messages will be sent.

If there are no accounts connected to the ApiX-Drive system, click “Connect account”.

How to setup Google Sheets Update Row / Add Row | Account Connections a Data Destination system

To connect your Slack account, follow the sequence:

1. Sign in to your Slack workspace
2. Enter your Slack username and password
3. Click "Allow" to grant ApiX-Drive permission to work with your Slack
4. After authorization, select the connected Slack account and click "Continue"

How to setup Google Sheets Update Row / Add Row | Choice of workspace
How to setup Google Sheets Update Row / Add Row | Authorization data
How to setup Google Sheets Update Row / Add Row | Granting permission
How to setup Google Sheets Update Row / Add Row | Account selection

Now, you need to select a channel and create a message from the data that will be sent to Slack.

Expand the drop-down list and select the required indicators.

If necessary, write any constant variables in a field, or select the desired variable from the drop-down list to build a message, as shown in the example.

If you need to send messages to multiple channels, then create another connection and select a different channel.

How to setup Google Sheets Update Row / Add Row | Formation of a message
How to setup Google Sheets Update Row / Add Row | Formation of a message

Also, in this example, we will add to the message text information about the error that occurred in Data Destination and a link to the connection in which the data was transferred unsuccessfully, for this, we will assign the “Runtime Errors” field from the Data Destination section of Google Sheets adding row.

Note! The "Runtime errors" field at the Test stage will be empty, since it is filled only when auto-updating the connection is running and if the Data Destination system contained an error text.

In order to get the connection link , log into the connection and copy part of the connection link from the address bar, as shown in the screenshot:

How to setup Google Sheets Update Row / Add Row | Contact link

When the message is generated, click "Edit and continue".

How to setup Google Sheets Update Row / Add Row | Adding fields with errors
How to setup Google Sheets Update Row / Add Row | Adding fields with errors

Now you can see the test data of what your message will look like.

To check the correctness of the settings - click "Send test data to Slack" and go to your Slack to check the result.

If something does not suit you - click "Edit" and go back one step.

If everything suits you - click "Next" for further settings.

How to setup Google Sheets Update Row / Add Row | Test data
How to setup Google Sheets Update Row / Add Row | Test data
How to setup Google Sheets Update Row / Add Row | Test data

This completes the setup for Data Destination Slack!

As a result, we have the following condition: When get data from the Data Source system, we transfer the data to Google Sheets to update the row. If the row is not updated, that is, an error occurred or for some other reason the update failed, then we transfer the data to Google Sheets to add row. In the event that a row will not be adding in Google Sheets due to an error or for some other reason it will not be possible to add row, then we send a message to the connected Slack account with data from the Data Source, and also with information about the error in Google Sheets Data Destination adding rows on the current connection.