Jan 19, 2019 08:49 PM
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?
Jan 20, 2019 01:09 PM
Try SEARCH("Chevrolet",{Make})
Jan 27, 2019 06:30 AM
Thank you.This one worked for my scenerio.
If(Make = ‘Chevrolet’, True(), False())