> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/integrations/sheetbridge-for-google-sheets/prepare-your-google-sheet-for-sheetbridge.md).

# 接続に向けてGoogleスプレッドシートを準備

*スキルレベル: 上級*

### **はじめに**

SheetBridgeは、最初の行を列見出しとして認識し、各列をAdaloのプロパティに変換します。整った見出し行と一貫性のあるデータがあれば、設定が迅速に行え、同期エラーを防ぐことができます。

***

### **開始前の準備**

* 構造的な変更を加える前に、スプレッドシートのコピーを作成します（推奨）。
* 接続を予定している各タブが、単一のヘッダー行（第1行）と一貫した構造を使用していることを確認してください。
* 列のヘッダー（列名）&#x306F;***ユニークな（固有の）名前***&#x306B;する必要があります。列名が重複していると、データが失われる原因となります。
* シートのタブ&#x306F;***ユニークな（固有の）名前***&#x306B;する必要があります。タブ名が重複していると、データが失われる原因となります。
* Googleスプレッドシートの最下部にある空行を削除してください。

***

### **ヘッダー行の設定**

1. Googleスプレッドシートを開き、コレクションとして使用したいタブを選択します。
2. 1行目に列名（例：name, email, statusなど）が含まれていることを確認してください。
3. 1列につき1つのヘッダーを使用してください。結合されたヘッダーセルは避けてください。
4. 重複するヘッダー名は避けてください。各ヘッダーはユニーク（固有）である必要があります。
5. **一貫したデータ型：**&#x5404;列は単一のデータ型（テキスト、数値、日付、またはブール値）を維持する必要があります。
6. **関連データの正規化：**&#x3088;り良いリレーションシップ（関係性）のために、顧客情報と注文詳細を別々のシートに分離してください。

***

### **SheetBridge ID列について**

SheetBridgeは、各行を一意に識別するために「***sheetbridge\_id***」列を自動的に作成します。このIDは更新や削除に使用されます。

{% hint style="danger" %}
**重要：sheetbridge\_id列はシステムによって管理されています。名前を変更したり、編集したり、削除したりしないでください。接続が壊れる原因となります。**
{% endhint %}

***

### **ベストプラクティス**

* 明確でシンプルなヘッダー名（文字、数字、スペース）を使用してください。
* 列内でのデータ型の一貫性を保ってください（例えば、日付とテキストを混在させないでください）。
* データの中間に完全に空白の行が入るのを避けてください。
* 列の名前を変更する必要がある場合は、Adalo内でその列を参照しているすべての箇所（リスト、フォーム、アクション）が正しく接続されたままであるかを確認してください。


---

# 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:

```
GET https://help.adalo.com/ja/integrations/sheetbridge-for-google-sheets/prepare-your-google-sheet-for-sheetbridge.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.
