/
How to show specific records on table?

How to show specific records on table?

Steps to show specific records on table:

  1. Create a layout.

  1. From left navbar, from Components, drag & drop Table component on Canvas.

image-20240902-134416.png
Table Component
  1. Bind Multi-record Model to the Table Component from Attributes pane from right side.

image-20240902-134610.png
Table Component: Bind Model

Reference: What is Model?

  1. Drag & drop fields you want to display on table for the object from Model Fields.

image-20240902-134828.png
Model Fields
  1. Click on Save and Run button on top right corner and click on preview button.

    image-20240923-093638.png
    Preview Button

  2. Preview the layout. As we have bound Multi-record Model to the Table, we can see multiple records of the object.

image-20240902-135135.png
Layout Preview
  1. To view specific record, click on Filter icon on top of the table.

image-20240902-135351.png
Static Filter
  1. Here, you can add condition to filter records using Filter Criteria. Here we have specified to view record having Account Name as WF Rcd 003 using Account Name Equals WF Rcd 003 condition.

image-20240902-135557.png
Filter Records Screen
  1. Thus, we can have specified view of table having single record.

image-20240902-135828.png
Specified Filtered Record

 

Related content