Today I can create a view and then get a URL for this view to be embedded.
It would be awesome to be able to pass parameter to the URL to customize the view “live” when it’s displayed to users.
when I generate the view link it would customize the parameters for me, but they would be more or less human readable so that i can change them in my code.
Example (space added for readability)
https://airtable.com/embed/UNIQUE-ID-FOR-TABLE/? fields=A,B,C & filter=A, contains, hello & filter=B, doesnotcontain, bye%20bye & C, greaterthan, 3 & filter=C, smallerthan, 5
... View more