# Google Sheets

## 아이템 블록

구글 Sheets 서비스를 이용하여 Sheets 의 데이터를 읽어오는 아이템 블록입니다. 읽어온 데이터는 msg 메모리 영역의 payload 에 등록됩니다.

<figure><img src="/files/lQnJpJLvG8ANYnp1vfOy" alt=""><figcaption></figcaption></figure>

## 설정 팝업

<figure><img src="/files/BBHHEAzxo4ZvvAjhNftx" alt=""><figcaption></figcaption></figure>

## 설정 필드

### Spreadsheet ID

<figure><img src="/files/Kcb7NasGoPmhlOCV94ct" alt=""><figcaption></figcaption></figure>

구글 Sheets 서비스를 실행하면 위 이미지와 같이 인터넷 브라우저의 주소창에서 ID를 확인할 수 있습니다.

### Sheet 이름

<figure><img src="/files/tp53REm0e9QhYgLGBSAN" alt=""><figcaption></figcaption></figure>

구글 Sheets 하단 왼쪽에 보시면 위 이미지와 같은 Sheet 이름을 확인하실 수 있습니다.

### Input 영역

<figure><img src="/files/0Jw2g2FaWYrMKE3Knoes" alt=""><figcaption></figcaption></figure>

데이터를 읽어오는 영역을 설정합니다.&#x20;

위 이미지와 같이 설정 팝업에서 영역 설정이 가능하며, column 과 시작하는 row 는 선택이 가능하지만 읽어오는 마지막 row 는 문서의 끝까지 읽어오도록 되어 있습니다.


---

# 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://docs.apidrag.com/base-control/input-data/google-sheets.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.
