How to show specific records on table?
Steps to show specific records on table:
Create a layout.
Reference: How to create a layout?
From left navbar, from Components, drag & drop Table component on Canvas.
Bind Multi-record Model to the Table Component from Attributes pane from right side.
Reference: What is Model?
Drag & drop fields you want to display on table for the object from Model Fields.
Click on Save and Run button on top right corner and click on preview button.
Preview ButtonPreview the layout. As we have bound Multi-record Model to the Table, we can see multiple records of the object.
To view specific record, click on Filter icon on top of the table.
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.
Thus, we can have specified view of table having single record.