# Displaying Record Name field as a link

## Overview&#x20;

Make Record Name fields clickable and display Parent Record names as links in the [Avonni Data Table](/flow/flow-components/data-table.md) component. Using the 'Linkify' toggle, you can easily turn these fields into interactive elements, eliminating the need for extra formula fields or workarounds.

### Displaying Record Name field as a link

Specific fields (like the name field) can be displayed as a link. A toggle **`Linkify`** will appear below the Type Attributes section.

{% hint style="info" %}
**Linkify** is only displayed for the Record Name of the object.
{% endhint %}

<figure><img src="/files/NyiGRVRnyLmh78BRmIOM" alt=""><figcaption></figcaption></figure>

### Displaying Parent Record names with a link

The Avonni Data Table component natively supports the display of parent record names, eliminating the need for additional formula fields or other workarounds.

* Drag the Parent record field in the Data Table
* Select "Lookup" as Type
* Check "Linkify" to display the parent records as a link

<figure><img src="/files/JOz2UUbhkw0k3kioHyHf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Lookup fields are not editable on the Avonni Data Table.&#x20;
{% endhint %}


---

# 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://docs.avonnicomponents.com/flow/tutorials/components/data-table/displaying-record-name-field-as-a-link.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.
