Hello,
I am using integromat and i want to “Search Record” based on “Parent model” and “Map years”.
So i want to achieve Parent model equals Accord AND Map years contains 2012
Hello,
I am using integromat and i want to “Search Record” based on “Parent model” and “Map years”.
So i want to achieve Parent model equals Accord AND Map years contains 2012
It’s the exact same formula as writing a formula in Airtable that results in anything but 0
, false
, ""
, NaN
, []
, or #Error!
So, your formula would look like this:
AND({Parent model}="Accord",FIND("2012",{Map Years}))
This topic was solved and automatically closed 15 days after the last reply. New replies are no longer allowed.