hello i need a help how to arrange blocks to check the data from airtable
like in firebase we check tags, is tag in list than do bla bla
and i want same thing in airtable if data is in list or a row is creatod from the name than do bla bla ![]()
hello i need a help how to arrange blocks to check the data from airtable
like in firebase we check tags, is tag in list than do bla bla
and i want same thing in airtable if data is in list or a row is creatod from the name than do bla bla ![]()
You can use get column block for that..
That returns all the value on that column as list
and what to do if column is not available in list ?
first get a specific column..
When the value is got define a global variable to get values..
Now with help of is in list block you can do your blah blah ![]()