I want to use an airtable search formula, I already have one working, but I need to upgrade it a bit and make it a little more complicated.
Current: FIND("*{{1.postcodeZone}}*", {Postcode Zone})
I want to add 2 more requirements, so the first is a particular checkbox field must be set to yes/true.
IE "Field 1 = true"
AND then additionally, I want another requirement to be that a longer field, contains certain text, or the phrase "all"
IE "Field 2 CONTAINS abc or 'all'"
So I want all these 3 above parts to be required for anything to be returned
