> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alliyzgaido/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alliyzgaido/skills/skill-editor/skill-example/build-a-form-node-zapier-survey-result.md).

# Zapierを利用してアンケート調査結果を自動生成する

ZapierとAlliを連動すると簡単に様々な業務を自動化することがでます。\
ここでは、Alliの[**入力フォームノード**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/node/build-a-form-node)を介してアンケート調査を行った結果の概要を、Googleシートにリアルタイムで更新する方法を紹介します。

AlliとZapierを連動するための基本的なガイドは、[**こちら**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/skill-example/zapier-integration)を参照してください。

## Zapier 設定 <a href="#zapier-settings" id="zapier-settings"></a>

Catch Hookトリガー設定を完了した後のZapierダッシュボード設定例について、以下に記載します。なお、 繰り返しになりますが、トリガーの設定方法については、[**Zapier連携ユーザーガイド**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/skill-example/build-a-form-node-zapier-survey-result)を参照してください。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Survey-1.png?resize=547%2C200&#x26;ssl=1" alt=""><figcaption><p>全体フローは上記の様にsimpleなものです。</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Survey-2.png?resize=546%2C234&#x26;ssl=1" alt=""><figcaption><p>App：[Google Sheets] と Action Event：[Create Spreadsheet Row]を選択します。</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Survey-3.png?resize=551%2C164&#x26;ssl=1" alt=""><figcaption><p>Googleアカウントを選択し、利用可能なGoogleスプレッドシートのリストを取得します。</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Survey-4.png?resize=800%2C651&#x26;ssl=1" alt=""><figcaption><p>　　　　　　　　　　フィールド情報をロードし、結果が記録されるシートの情報、調査情報など詳細を入力します。</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Survey-5.png?resize=616%2C393&#x26;ssl=1" alt=""><figcaption><p>テスト後、「TURN ON ZAP」をクリックします。</p></figcaption></figure>

すべての設定を完了し、Zapをオンにすると、アンケート調査結果が「従業員調査結果ワークシート」の「Sheet1」タブに新しく自動的に記録されます。\
そのデータを利用してアンケート調査の結果がリアルタイムに反映されるチャート作成など、必要に応じ活用することができます。

## Alli スキル 設定 <a href="#alli-skill-settings" id="alli-skill-settings"></a>

調査結果をZapに送信するには、入力フォームノードと[データ連携ノード](https://docs.allganize.ai/alli-userguide/skills/skill-editor/node/integrate-node-advanced)を以下のように設定します。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Survey-6.png?resize=472%2C471&#x26;ssl=1" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.allganize.ai/alliyzgaido/skills/skill-editor/skill-example/build-a-form-node-zapier-survey-result.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
