Search data from Airtable - the come back

Hello,
I read some posts about searching rows but it’s very incredible that is not possible find a row by a key (and not row number).
For example if I have a users table where the key is the email … why I have to read all rows, store them in a variable and then parse to find the right row?
Moreover it is also not performing this way.
Andrea

You can do this with airtables api

I have requested this as a feature on github. Maybe you can add to that post

yes I have succeeded with Airtable API “filterByFormula” … I confirm this block missing in Thunkable.
Thanks
Andrea

1 Like

hey @Andrea_Marchisio @jared can anyone of you guys share tips for that?
im trying to do that with https://codepen.io/airtable/full/rLKkYB
but can’t get any difference yet.
i set url from the encoder by airtable. i didnt miss authentication header.
i used “API POST” block but did i wrong?

have you success with save or delete data in airtable using api?