Skip to main content

Formula Questions Returning Certain Items Within a Field

  • January 20, 2019
  • 2 replies
  • 54 views

Forum|alt.badge.img

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?

This topic has been closed for replies.

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

Try SEARCH("Chevrolet",{Make})


Forum|alt.badge.img
  • Author
  • Known Participant
  • January 27, 2019

Try SEARCH("Chevrolet",{Make})


Thank you.This one worked for my scenerio.
If(Make = ‘Chevrolet’, True(), False())