Configuring the Data Table to display current related record information

Overview

This tutorial shows you how to set up the Avonni Data Table and how to display the current record's information. For instance, we'll demonstrate displaying contacts related to the existing account.

Interactive Step-by-Step Configuration Guide

An Interactive Guide is coming soon.

Filter Expressions to use to display current related record information on the Avonni Data Table:

  • Aura Site: Use this format: Account ID EQUALS {!recordId}

  • LWR Site: Use this format: Account ID EQUALS {!Item.Id}

You can learn more about Expression here:

Expressions for Aura SitesExpressions for LWR Sites

Last updated