Hi, I am needing to display some client specific data from Airtable onto Weweb.
I have a “Customer” database in Airtable, and I have another table called “Data” in Airtable. I am also using Xano for auth so I also have another “user” table in Xano. These 2 (“Customer” and “User”) are identical.
My question: How do I “Get” all the records of a certain user from my “Data” table in Airtable? I hope this makes sense. I know how to get all the records of a particular table, but I only want records by the logged in user, and to be able to do so without compromising the security of the data.