Is there any way to do an OR statement in a Store Leads query? I’ve tried both the following:
Apparel or Kids or Sports or Firearms or Vaping or Garden or Home
as well as
“Apparel” or “Kids” or “Sports” or “Firearms” or “Vaping” or “Garden” or “Home”
And neither returns any results (see table), although all those queries on their own do (ie: Apparel returns results).
Looking at Store Lead’s API Documents they do support OR statements (as well as AND, NAND, NOR), but I can’t get that to work with the Clay integration.