[Solved] API Filter from thunkable

Hello, how can i filter the result from a Get Call ?

I don’t understand why i see all the response and not only the one with “NumeroDiGara” field parameter i set.

I have this code. Where is my mistake ?

Thanks

Hey @aiasp :wave: any particular reason you’re using the Airtable API and not using our Airtable integration?

Going back to your original question, @tatiang has a great tutorial on working with APIs here:

I agree that I would use the built-in Airtable data blocks rather than the API unless you have a specific reason not to.

hi ! because i need only a single value from the data i parse, and filtering or query with airtable integrations is not possible , so that’s why i’m trying to build a solution using api

1 Like

In this case you need to use a feature in Airtable API called Filter by Formula. The blocks you did will not work.

2 Likes

Done in the way you told me !! Thank you very much !!!

1 Like