Configuring the record list
- In Appian Designer, open the application and click Record Type.
- In the Record List section, click the Edit Record List link to edit the records. Some of the columns were already added automatically when you created the new record type. To add a new column, click Add Column and specify:
- Label – the name of the new column;
- Select Component – the type of data to be displayed in the column (you can configure the data source by clicking the component’s name).
- In the Edit Record List window, expand the Columns node, then expand the column with a link that you want to edit, and select Component Link. In the pane on the right, click the Edit as Expression icon next to Links (see screenshot below). This will open s code editor.

- Paste the following code into the code editor:
Configuring the record view
Users can view detailed information about each record. By default, information about each record is displayed in the summary view, but you can create your own custom views using New View (see the Appian online documentation for detailed instructions). To make the data from a table row appear in the summary view:- Start editing the record type.
- In the Record View Details section click Summary in the Views table. An Edit View window will open.
- Paste the following code into the Interface field:
- Click OK to save the changes that you have made to the record type.
