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}"