# レコードIDの取得

*スキルレベル: エキスパート*

## 開始前の準備

* この機能を使用するには、[Adaloスタータープラン](https://www.adalo.com/pricing) 以上が必要です。
* [アクション](https://help.adalo.com/glossary#action)、[データベース](/ja/database.md)、および[マジックテキスト](https://help.adalo.com/glossary#magic-text)についての理解が必要です。
* APIの基本について読んでおくことをお勧めします（[こちらの解説を参照](https://help.adalo.com/glossary#api-application-programming-interface)）。

## 手順

Adaloコレクション内の各新しいレコードには、ユニークなレコードIDが自動的に設定されます。

レコードIDは変更できない値であり、ユーザーが更新できるメールアドレスなどとは異なり、一貫したデータに依存できます。

レコードIDは、[マジックテキスト](https://help.adalo.com/glossary#magic-text)を使用して、フィルタリング、条件付きアクション、表示ルール、および条件付きアクションで見つけることができます。

## もっと詳しく知る

* [カスタムアクション](/ja/integrations/custom-actions.md)
* [APIを使用した外部コレクション](/ja/integrations/external-collections-with-apis.md)

## ヘルプ

カスタムアクションの機能をさらに詳しく見たい場合は、[The Adalo App Academy](https://appacademy.adalo.com/homepage)の[カスタムアクションコース](https://appacademy.adalo.com/course/custom-actions)を受講することを強くお勧めします。

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿時にこの記事へのリンクも貼り付けてください！


---

# 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://help.adalo.com/ja/integrations/accessing-record-id.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.
