> 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/xano/counting-records-with-xano.md).

# Xanoでのレコードのカウント

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

## 開始前の準備

* まず、[データの操作](/ja/integrations/xano/working-with-data-types-in-adalo-and-xano.md)ガイドを完了してください。
* この機能を使用するには、TeamまたはBusinessのAdaloプランが必要です。

## 動画

{% embed url="<https://www.youtube.com/watch?v=_NVnRPJ5V6A>" %}

## もっと詳しく

* Xanoのフィールドを変更する際は、必ずAdaloで[コレクションを更新](https://help.adalo.com/ja/integrations/xano/pages/NUP1N98WNo9ufWuvQIn6#3.-re-syncing-a-collections-properties-with-its-xano-table)する必要があります。
* 伝統的なコーディングの観点からデータ型とその定義について基本的な知識を持っていると非常に役立ちます。AdaloとXanoでは、すべてのプロパティ/フィールドタイプが[JSONデータ型](https://www.w3schools.com/js/js_json_datatypes.asp)で表現されることに注意してください。

## ヘルプ

すべての統合と同様に、Adaloは統合のAdalo側のサポートしか提供できません。Xanoアカウント、ダッシュボード、または実装に関する支援が必要な場合は、Xanoの[ドキュメント](https://docs.xano.com/)、Xanoの[コミュニティ](https://community.xano.com/)、[Xano University](https://www.youtube.com/nocodebackend)、または[Xanoサポート](https://www.xano.com/contact/)に直接お問い合わせください。

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問してください！投稿にこの記事へのリンクを貼り付けることも忘れないでください！また、[Adalo App AcademyのXanoコース](https://appacademy.adalo.com/course/getting-started-with-xano)も役立つかもしれません！

チュートリアルやヘルプドキュメントのリクエストがありますか？[お知らせください！](https://ideas.adalo.com/tutorial-requests)


---

# 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://help.adalo.com/ja/integrations/xano/counting-records-with-xano.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.
