> 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-it/tutorial/components/data-table/configuring-the-data-table-to-display-current-related-record-information.md).

# Configurazione della Data Table per visualizzare le informazioni del record correlato attuale

## Panoramica

Questo tutorial ti mostra come configurare il [Avonni Data Table](/experience-cloud/experience-cloud-it/experience-components/ax-data-table.md) e come visualizzare le informazioni del record corrente. Ad esempio, mostreremo come visualizzare i contatti correlati all'account esistente.

<figure><img src="/files/c9fa72d3c708cfab8e46130556201bfe09902cc0" alt=""><figcaption><p>Risultato finale</p></figcaption></figure>

## Guida interattiva alla configurazione passo dopo passo

{% hint style="warning" %}
Una guida interattiva sarà disponibile a breve.
{% endhint %}

<figure><img src="/files/f4de667b4de8f4a2ce0457c10380e2caa767ff6f" alt=""><figcaption><p>Esempio di configurazione su un sito LWR</p></figcaption></figure>

Espressioni di filtro da usare per visualizzare le informazioni del record correlato corrente nella Avonni Data Table:

* **Sito Aura:** Usa questo formato: **ID account UGUALE A** `{!recordId}`
* **Sito LWR:** Usa questo formato: **ID account UGUALE A** `{!Item.Id}`

Puoi saperne di più sulle espressioni qui:

{% content-ref url="/pages/b6462584a27071cdff3dc8efc0fd068250395f0e" %}
[Espressioni per siti Aura](/experience-cloud/experience-cloud-it/tutorial/general/expressions-for-aura-sites.md)
{% endcontent-ref %}

{% content-ref url="/pages/1d5c6bfe1865f18e091649a473c913c2c11fae9d" %}
[Espressioni per siti LWR](/experience-cloud/experience-cloud-it/tutorial/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-it/tutorial/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.
