๐Ÿ“ฒIn-app Filtering

In-app filtering allows your app users to filter data within your app based on specific criteria. You can add different filter columns to any list.

Filter columns are database columns on whose values your users can filter data in the app. NotionApps detects the unique values when a column is selected and uses them as filters. For example, when the โ€œOrder Statusโ€ column is selected as a filter column, โ€œPendingโ€ and โ€œDeliveredโ€ will be shown as filters if they are the unique values in the column.

This feature is available on

  • List Screens (View Items/Update Items)

  • List component

  • Page Selector component

Here's a step-by-step guide.

  1. Go to the list screen (View Items, Update Items) where you want to enable in-app filtering.

  1. Click on +Add Filter Column and select the column based on whose values you'd want to filter out the items.

That's it! Now you can click on the filter icon on your screen to filter out items/pages matching the column values.

You can also add multiple filter columns if you'd want to combine the result of different filters.

Last updated