Hi everyone
Iâm building matchmaking system using Airtable + Make, and Iâm stuck on the neighborhood matching
Hereâs my setup:
Â
Properties table
{Address}
field (e.g.Monterrey Street, Roma Norte, Cuauhtémoc
){Neighborhood}
(single select â âRoma Norteâ,
Clients table
-
{Preferred Neighborhoods}
(multi-select or linked) â clients can choose multiple neighborhoods they are interested in.
In Make.com, I also created a variableneighborhoods_string
that looks like this (fromÂ{Preferred Neighborhoods} r]
array) :
Parres El Guarda|Isidro Fabela|San Pedro MĂĄrtir|Miguel Hidalgo 3ÂȘ SecciĂłn|San AndrĂ©s Totoltepec|Tlalpan Centro|Tlalcoligia|San NicolĂĄs Totolapan|HĂ©roes de Padierna|Jardines del Pedregal|Roma NorteWhat I want to achieve:
-
Check if the propertyâs
{Neighborhood}
(or extracted from{Address}
) exists in the clientâs{Preferred Neighborhoods} o] or neighborhoods_stringÂ
list.
Can anyone help me? that would mean a lot to me..I thought this was just an easy âcontainsâ formula.