I’m pretty new here and enjoying Thunkable immensely - however, I’m stuck when it comes to doing queries in Airtable.
The situation: I want to filter thousands of Airtable records by name, age group, company code etc. and have built it in Thunkable - and that works, but it takes a lot if time to download all these records and filter them in the app. And I mean: hours.
So, I thought it might be better to create an API to do the filtering in Airtable and only download the selected records to the app. And that is something I can’t master. I’ve read a lot in this community but somehow I can’t even download the records with an API. In the enclosed example, I tried to get a list of just the UserID’s from the records in Airtable. to no avail.