# Create/Update Airtable Record

## Configuration

### Account

**Dynamic (Ask at runtime)**

This setting will ask a user to login to their Airtable account when they run the app.

### **Connect a New Account**

Follow the instructions on the pop-up window to directly connect MindStudio to your Airtable account.&#x20;

### Base

Enter the base ID for where the table exists. You may include variables.

### Table

Enter the table ID for where you want to create the new record. You may include variables.

### Record ID

Enter the record ID if you are updating an already existing record. **(optional)**

### **Update Mode**

Select the update mode:

* **Only Specified Fields:** Updates only the specified fields, leaving the rest as they were.
* **All Fields**: Updates all fields, clearing all unspecified cells values.&#x20;

### Output Variable

Save the resulting record ID as a variable. **(optional)**


---

# Agent Instructions: 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://university.mindstudio.ai/docs/building-ai-agents/blocks-reference/create-update-airtable-record.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.
