Search if exist AIRTABLE

How can I search if a cell exist on Airtable, like we can do on Firebase Database (If exist BLOCK)

You can’t search the contents of cell but after getting the value you can compare with the content you want using for each number loop block

You can search by using airtable api.


Use this site

First you have to get all the columns in which you want to get data.

Once you have each column in a variable (from the list) you have to put a conditional and see if the data you are looking for is within the list…

Here’s an example if it helps. If you write something in a text box, look for that text in the data of airtable

What is marked in blue are the blocks that look for the text in the airtable data.

3 Likes

I have finished the APP. Thanks for all to help me!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.