# 폼(Form) 응답을 구글 시트로 내보내기

폼에서 수집한 고객 응답 데이터를 구글 시트(Google Sheets)로 자동 전송하여 더 쉽게 분석하고 관리할 수 있습니다.

## 구글 시트 연동 설정하기

1. **워크플로우(Workflow) 생성**
   * `Automation(자동화) → Workflows(워크플로우)` 메뉴로 이동
   * "Create Workflow(워크플로우 만들기)" 버튼 클릭
2. **트리거(Trigger) 설정**
   * 트리거로 "Form Submitted(폼 제출됨)" 선택
   * 연동하려는 폼을 선택
3. **구글 시트 액션 추가**
   * "Add Action(액션 추가)" 버튼 클릭
   * "Google Sheets" 액션 선택
   * 구글 계정 연동 후 시트와 워크시트 선택
4. **데이터 매핑**
   * 폼 필드와 구글 시트 컬럼을 매칭
   * 커스텀 값(Custom Value)도 함께 설정 가능

## 활용 팁

* **실시간 동기화**: 폼 제출과 동시에 구글 시트에 자동 추가됩니다
* **팀 공유**: 구글 시트를 팀원들과 공유하여 실시간 협업 가능
* **추가 분석**: 구글 시트의 차트, 피벗 테이블 기능으로 데이터 분석

폼 응답을 구글 시트로 내보내면 Hyperclass 밖에서도 데이터를 자유롭게 활용할 수 있어 매우 유용합니다.

***

*원문 최종 수정: 2019년 12월 26일* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/and-sites/exporting-form-answers-to-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.
