List Filtering with URL
How to filter list data from the 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.

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

Next, let's configure the URL, which will look as follows:
That's it. Now, let's check if everything is working correctly.

Testing the filtering
Last updated on December 6, 2022