Skip to main content

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, e], or #Error!


So, your formula would look like this:


AND({Parent model}="Accord",FIND("2012",{Map Years}))


Reply