Add the ‘Update Cell’ Tool step to your Tool

You can add the ‘Update Cell’ Tool step to your Tool by:
  1. Creating a new Tool, then searching for the ‘Update Cell’ Tool step
  2. Click ‘Expand’ to see the full Tool step
  3. Using the dropdown menu:
    • Select the Google account you would like to use.
    • Select the Drive you would like to use (defaults to “My Drive”).
    • Select the Spreadsheet you would like to update.
    • Select the worksheet you would like to update.
  4. Enter the coordinates of the cell you would like to update.
  5. Input the new cell value.
  6. Click ‘Run step’ to test out the Tool

Using in an Agent

There are 3 ways to configure the tool step when using in an agent
This is the easiest way to configure the tool step. You can select the Drive, Spreadsheet and Worksheet from a list of options via the dropdown menu.Google Sheets Update Cell

Parameters

Drive
string
The Drive you want to use. By default, the tool uses “My Drive”.
Spreadsheet ID
string
required
To get the spreadsheet ID, navigate to your Google Sheet and copy the ID from the URL (the long string between /d/ and /edit).
Worksheet ID
string
required
To get the worksheet ID, open the specific worksheet you want to use and copy the ID from the URL (appears after #gid=).
Cell
string
required
The notation of the cell you want to update. For example, “A1”, “B2”, etc.
Value
string
required
The new value you want to update the cell with.

Frequently asked questions (FAQs)