> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-ja/chtoriaru/components/data-table/configuring-the-data-table-to-display-current-related-record-information.md).

# 現在の関連レコード情報を表示するように Data Table を設定する

## 概要

このチュートリアルでは、次の設定方法を説明します [Avonni Data Table](/experience-cloud/experience-cloud-ja/experience-components/ax-data-table.md) および現在のレコードの情報を表示する方法について説明します。たとえば、既存のアカウントに関連する連絡先を表示する例を示します。

<figure><img src="/files/f35103e4206a25b595a514ef02f1659d88a5bfb3" alt=""><figcaption><p>最終結果</p></figcaption></figure>

## インタラクティブなステップバイステップ設定ガイド

{% hint style="warning" %}
インタラクティブガイドは近日公開予定です。
{% endhint %}

<figure><img src="/files/b2f364a120967e997d450991970a959fef6f746a" alt=""><figcaption><p>LWRサイトでの設定例</p></figcaption></figure>

Avonni Data Table で現在の関連レコード情報を表示するために使用するフィルター式：

* **Auraサイト：** 次の形式を使用してください： **アカウントID EQUALS** `{!recordId}`
* **LWRサイト：** 次の形式を使用してください： **アカウントID EQUALS** `{!Item.Id}`

式について詳しくはこちら：

{% content-ref url="/pages/3365b354b57c645717ce38ce665c2382f131c7d9" %}
[Aura サイト向けの式](/experience-cloud/experience-cloud-ja/chtoriaru/general/expressions-for-aura-sites.md)
{% endcontent-ref %}

{% content-ref url="/pages/7c2078eb914ae3c5cb70ccccdb3e82f45f431661" %}
[LWR サイト向けの式](/experience-cloud/experience-cloud-ja/chtoriaru/general/expressions-for-lwr-sites.md)
{% endcontent-ref %}


---

# 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.avonnicomponents.com/experience-cloud/experience-cloud-ja/chtoriaru/components/data-table/configuring-the-data-table-to-display-current-related-record-information.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.
