List filtering with URL

This is a handy feature if you want your users to be taken to a filtered version of your List via URL.

Here's the format you need to use: ?filter-by-fieldName=fieldValue

You should add the filtering parameters at the end of your List URL, replacing fieldName with the name of the field you want to use for filtering and fieldValue with the value you want to filter by. Let's consider a specific example to make it clear.

Example

Let's say we have a list of employee profiles (under https://ninfa906.softr.app/list) with a Position field and want to have a URL that filters the list, leaving only the profiles where the Position is Engineer.

List of Employee Profiles

First of all, let's set up a corresponding Inline Filter.

Adding an inline filter

Next, let's configure the URL, which will look as follows:

https://ninfa906.softr.app/list?filter-by-Position=Engineer

That's it. Now, let's check if everything is working correctly.

Testing the filtering

Last updated

Was this helpful?