Skip to main content

I’m trying to understand the steps for filtering views by using URL parameters, including how to call the field in the url given it’s not in English and contains spaces.

I couldn’t figure it out from official documentation.

Any leads will be much appreciated

Hm I assume you’re talking about a shared view?  For the spaces, we should be able to handle those by replacing the spaces with ‘%20’.  For the non-English characters, Chinese (simplified) works for me, not sure about other languages though?

https://airtable.com/appjL907k1FcVMLQe/shr1XED4Di0ONFVfs?filterEquals_测试=Todo

And here it is unfiltered: https://airtable.com/appjL907k1FcVMLQe/shr1XED4Di0ONFVfs

If you DM me a read-only invite link to your base and tell me what you want the filters to be I can see what I can do!