Hi everybody.My issue is the following: I have a make.com workflow in which I search for airtable records with which to perform certain actions, but it's not returning the expected result. Here's the formula I added to the airtable module in make.com...
Hi,I am trying to check if the Cell "vB" has a value or not using IF({vB} != BLANK(),"true","false"). But strangely, even blank cells are spitting out the value "true". No clue why. Can anyone help?
Understood, thanks for clarifying. So what can I use for comparisons? There is a greater if-then-statement around the partial formula I mentioned above and I would like to avoid nesting if-thens.