Help

Filter URL to embed individual users interfaces

137 1
cancel
Showing results for 
Search instead for 
Did you mean: 
mynameiseli123
4 - Data Explorer
4 - Data Explorer

Hello, 

I have an interface that generates data based on individual users' data. When I share this, the link looks like:

https://airtable.com/(appID)/(interfaceID)

I want to use URL filtering to display the data for a specific user in the Airtable based on their email. The user's email can be found in a list of users called "Students," the field for their email is called "Email." Below is an example of how I think this is supposed to work, but it displays no data as if it is not fetching the correct user.

https://airtable.com/(appID)/(interfaceID )?filterByFormula={Email}="{user's email}"

1 Reply 1
RKon08
4 - Data Explorer
4 - Data Explorer

Hello, 

Airtable interfaces currently do not support dynamic URL filtering like filterByFormula. To achieve this functionality, consider adding a filter component directly in the interface where users can select their email. If URL-based filtering is critical, use a shared table view instead, appending ?filterByFormula=%7BEmail%7D%3D%22user@example.com%22 to the URL, ensuring the field name and syntax are correct. For full customization, you could use the Airtable API to build a tailored solution outside Airtable.

Hope it helps

Robin