Skip to main content

There has to be an easier way learn these formulas.



I would like to return only the items labeled Chevrolet in a Field Name “Make” and also and also return the number of Chevrolet’s available but can’t figure this out.



These don’t have to be combined as probably will make separate calls from the integromat app but showing both ways is welcome



Any help?



Try SEARCH("Chevrolet",{Make})


Try SEARCH("Chevrolet",{Make})


Thank you.This one worked for my scenerio.


If(Make = ‘Chevrolet’, True(), False())


Reply