There’s an option to add a formula that generates a unique URL for every record in your table. It can be used as a dynamic view generator for a group of records. Allowing users to skip the search page and go directly to their personal view automatically.
You can use this to generate a user-specific view automatically by passing the filters as URL parameters. Similar to this feature in Airtable:
But it's a bit different from how it works in Airtable. It limits the data before it's loaded (for privacy and security reasons). Data are not all loaded and then filtered.\