Select a related object in the template record and click the Configure Query and Fields button.

In the modal, select the fields you want to display in your table. A query will start forming along with the display of the table with the selected fields.

You can also add specific conditions to your table records by adding conditions to the WHERE section as per your requirement.

To display the table records in a specific order, select the appropriate field in the ORDER BY section.

Set the total number of records to be fetched in the LIMIT section.

To preview your table, copy the Record ID of any record of your template object and paste it in the Enter Record ID field. Then click the Preview Configuration button.

A toast will appear with the total number of records fetched, and the final table will be displayed in the modal.

The code will be generated which you can simply copy using the Copy button and directly paste into your template content wherever you want.

