Build a filtered list view
By the end of this guide, your team will have a list screen with working search filters, so they can find the records they need without scrolling through everything.
What you'll need before you start
- An existing Collection layout for the Object Type you want to filter.
- Administrator access.
Step 1: Mark fields as searchable
Before you can filter by a field, you need to turn on Is Searchable (the setting that makes a field available for filtering and sorting) for that field.
- Go to Settings → Object Types.
- Click the Object Type you want to add filters to.
- Click on the field you want to make filterable. For example: Status.
- Turn on Is Searchable.
- Click Save.
- Repeat for any other fields you want to filter by.
Only mark fields as searchable if your team will actively filter by them. Enabling it on every field can slow things down.
Step 2: Open your Collection layout
- Click the menu item for your list screen. For example: All Contacts.
- Click Edit Layout (or go to Settings → Navigation and click Edit next to the layout).
Step 3: Add the Query Filters block
The Query Filters block (the tool that lets your team filter the list interactively) goes above your list table.
- Click Add Block.
- Choose Query Filters from the block type list.
- Click Add Field inside the Query Filters block.
- Select the fields you marked as searchable. For example: Status, Full Name.
- Click Save on the block.
Step 4: Add a preset filter button (optional)
If your team often needs one specific filter, like "show only Active contacts", you can create a one-click preset.
- Click Add Block.
- Choose Query Filter Preset.
- Click Edit on the preset block.
- Set the condition: Status = Active.
- Give the button a label:
Active. - Click Save.
Your team can now click Active to instantly filter to active contacts only.
Step 5: Add a reset button (optional)
- Click Add Block.
- Choose Reset Query.
- Position it next to your filter presets.
- Click Save.
This gives your team a one-click way to clear all filters and see the full list again.
Step 6: Test it
- Click your list screen in the navigation.
- Use the filter controls to filter by Status.
- Confirm the list updates immediately.
What to do next
- Create a dashboard, show totals and charts for your filtered data at the top of a screen