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

ZapierとAlliを連動すると簡単に様々な業務を自動化することがでます。\
ここでは、Alliの[**入力フォームノード**](/alli-llm-app-market/app-management/node/build-a-form-node.md)を介してアンケート調査を行った結果の概要を、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ダッシュボード設定例について、以下に記載します。なお、 繰り返しになりますが、トリガーの設定方法については、以下を参照してください。

<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="/files/xRJ5IR0A4SWgw8RhZbi7" alt=""><figcaption></figcaption></figure>


---

# 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.allganize.ai/alli-llm-app-market/app-management/advanced-flow-example/build-a-form-node-zapier-survey-result.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.
