Hi there, I'm new to using HubSpot Api and thought I would reach out for some help. I am writing a script to create a contact list using the API and I have a specific property (string type) which needs to be included in the filter criter such as :
where the opertaor needed is the opposite of "CONTAINS" - equivalent to the SET_NOT_ALL operator, but for string values. Essentially if my property contains values such as:
xx_ab_aa
x_ac_ac
xx_aa_10
xx_xa_6
xx_ya_1
then only contacts with property values xx_xa_6 and xx_ya_1 should meet the criteria.
The error that showed when I tried SET_NOT_ALL is :
"status":"error","message":"Operator SET_ANY is not valid for this property type string.