> For the complete documentation index, see [llms.txt](https://help.logicsheet.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.logicsheet.co/automation/actions/update-airtable.md).

# Update Airtable

In order to use this automation action, you will also have to [connect your Google Sheets with Airtable](/automation/add-connections/airtable-connection.md) first.

To use the update Airtable action, you first need to make a new automation by clicking on the *New automation* button in your Logic Sheet sidebar. In this tutorial, I will simply use the “*Spreadsheet is edited*” trigger and choose to not set any conditions.

In the action step, choose the “*Update Airtable*” action. Please note that if you haven’t connected your Airtable account, you will be asked to connect your Airtable account. Click the Connect button to proceed.

![Airtable Google Sheets integration automation](/files/79hWB5OjuhmOodSiSltp)

After you have connected to your Airtable account in the prompt window, you will be able to set up the Airtable action.

The first thing you need to do is open the Airtable base and table that you want to update and copy the Airtable URL from your browser. Then you can paste the URL in Logic Sheet and fetch the fields. Once you paste the URL, Logic Sheet will automatically fetch all the fields from Airtable.

![Airtable Google Sheets integration automation](/files/zgJkSPsJ9QrIVj7wzBZS)

Now let’s fill the fields in with some data. You can of course use static data, but chances are that you want to use dynamic data in your Google Sheets in these fields. In this example, I will just try to pass the value that I edited and the range of the edited cell to Airtable using merge tags.

Merge tags are values that are wrapped in double curly braces that Logic Sheet uses to pass dynamic data in Google Sheets. Read more about [merge tags](/automation/merge-tags.md) here.

So the configuration will be like

![Airtable Google Sheets integration automation](/files/8gg5ycNXzGXmFPmXwc67)

Now let’s preview and save the new automation. Once it’s saved, let’s make a new edit at cell A1.

![Airtable Google Sheets integration automation](/files/XgWhfAuYr9DCbpeqTTxi)

And let’s check the Airtable to see if the new record has been added. And yes, it has been appended to the last row.

![Google Sheets Airtable integration](https://static.logicsheet.co/img/site/airtable-intro/airtable-action-5.png)

This is just a simple example of how you can send dynamic data in Google Sheets to Airtable. Using our powerful [merge tags](https://help.logicsheet.co/automation/merge-tags), you can make your requests way more dynamic.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.logicsheet.co/automation/actions/update-airtable.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
