Configure lists for a workspace in Workspace Builder
- UpdatedFeb 1, 2024
- 4 minutes to read
- Washington DC
- App Engine Studio
Create list categories in App Engine Studio (AES) to add pages that list table records. You can add filter conditions and change columns to create variations on the list.
Before you begin
Role required: sn_app_eng_studio.user or delegated_developer. For more information, see Delegate developers using AES.
About this task
-
You can launch and view workspaces in the Workspace Builder. However, you can only edit workspaces created through ServiceNow Studio and App Engine Studio within those specific tools.
- If you remove the list page/route, you must use UI Builder to edit the workspace, not Workspace Builder.
Procedure
- Navigate to All > App Engine > App Engine Studio.
- From the My Apps page, open your application.
-
Next to the workspace you created, select the additional actions icon (
) and then select Edit.
You can also select the bar that lists the workspace in the Experience section of your app.
Figure 1. Edit a workspace
The workspace appears in Workspace Builder. -
If they aren't already activated, activate lists to enable them for the workspace.
You must be in the Navigation configuration tab of Workspace Builder. If you're already in the Navigation configuration tab, you can't select it.
- In the navigation panel, select List.
- In the configuration panel, select the Activate list option.

-
Add a list category.
-
In the List section navigation panel, select Add list category.
If the table associated with the workspace isn't a core table, you must add new list categories.
-
On the form, fill in the fields.
Table 1. List category settings Field Definition Name Name to identify the list category. Description Brief description of the contents of the list category to help developers understand the purpose. Note: Workspace users don't see the description. - Select Add.
-
In the List section navigation panel, select Add list category.
- (Optional) To rearrange the order list categories appear, drag them to a new position.
-
Add a filtered list to a list category.
For example, in the list category for the Task table, you could create separate filtered lists for Opened, Unassigned, and Closed tasks.
- In the navigation panel, expand the list category you want to create a filtered list for.
- Select Add filtered list.
-
On the form, fill in the fields.
Table 2. Filtered list settings Field Definition Name Name to identify the filtered list. Table Table that contains the subset of records that appear in the filtered list.You can select from two sections: Tables that are already available in your app, and all tables outside the app scope. - Select Add.
The preview canvas displays the contents of the filtered list. -
Refine how the filtered list displays its content by adding filter conditions to narrow what it displays.
You can make additional configurations to the filtered list.
- In the navigation panel, select the filtered list you want to change.
-
In the configuration panel, specify the additional settings.
Table 3. More filtered list settings Field Definition Activate list Option to enable users to work with the filtered list. Manage columns Option to select and arrange the columns that appear. In the Manage columns dialog box, move columns from Available columns to Selected columns, drag to rearrange the columns, and select Apply.
You can select a field on a related table by dot-walking to it. For more information, see Dot-walking to data in related tables.
Add filter condition Option to add a filter condition to the list. In the dialog box that appears, you can do the following: - To apply a predefined filter, select Use existing filter and search for the filter.
- To view existing conditions, expand the Filter overview section.
- To create a filter condition, use the condition builder. For more information on building conditions, see Condition builder.
- To change the sort order of the filtered results, expand the Sort by section and make changes.
- To save the filter condition that you created for reuse, select Save filter.
When you're done creating the filter condition, select Apply filter.
For more information on working with filters for lists, see Filters.
- In the configuration panel, select Save.
-
Complete any additional actions on the list.
Option Description Edit a list category - In the navigation panel, select the list category.
- In the configuration panel, specify its List category settings.
- Select Save.
Change how the filtered list appears by selecting the list in the navigation panel - In the configuration panel, select Manage columns.
- In the form that appears, move columns from Available columns to Selected columns, drag to rearrange the columns, and select OK.
- Refresh the canvas preview by selecting the refresh icon (
) in the canvas header.
Delete a list category - In the navigation panel, select the list category.
- In the configuration panel, select Delete list category.
- In the confirmation dialog, select Delete.
Delete a filtered list - In the navigation panel, select the filtered list.
- In the configuration panel, select Delete filtered list.
- In the confirmation dialog, select Delete.