# 에어테이블에 DB 저장

## 데이터 저장하기

워크플로 검색창에서 **에어테이블에 DB 저장** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 세부 요소를 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="hfxOq7UlDsAYausIbRcJ" url="<https://app.arcade.software/share/hfxOq7UlDsAYausIbRcJ>" %}

1. 액션을 처음 사용하는 경우, + 새 에어테이블 계정 연결을 클릭하여 에어테이블에 로그인 후 팝업창 하단에서 부여권한을 선택하여 계정을 연동합니다.
2. 데이터를 저장할 에어테이블의 베이스와 테이블을 차례대로 선택해 주세요.
3. 각각의 에어테이블 필드에서 저장할 입력값을 데이터컬럼을 사용하여 선택하거나 직접 입력해 주세요.\
   \- 복수의 레코드는 데이터 시트를 사용해 입력할 수 있어요. 1회 액션 당 최대 10개의 레코드가 작성되며 대량의 데이터를 저장하는 경우 액션이 여러 번 실행될 수 있습니다.\
   \- 데이터시트 또는 직접 입력을 하지 않은 필드의 내용은 저장되지 않아요.

{% hint style="info" %}
데이터 시트는 우측 상단 보라색 아이콘을 통해 생성할 수 있어요.\
데이터 시트 사용법에 대해 더 자세히 알고싶다면 [**여기**](https://guide.bati.ai/service/quickstart/datasheet)에서 확인해 주세요.
{% endhint %}

***

## 데이터 저장이 제한되는 필드 양식

> 에어테이블 정책에 따라 특정 양식의 데이터 저장이 제한되어 필드 목록에 표시되지 않을 수 있습니다.

* multipleAttachments
* autoNumber
* button
* count
* createdBy
* createdTime
* formula
* lastModifiedBy
* lastModifiedTime
* lookup
* rollup
* externalSyncSource

{% hint style="info" %}
일회성으로 대량 데이터를 입력하는 경우에는 에어테이블의 데이터 import 기능을 권장합니다.

[**에어테이블 데이터 가져오기 가이드**](https://www.airtable.com/guides/build/import-data-into-airtable)
{% endhint %}


---

# 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://guide.bati.ai/service/action/airtable_2.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.
