Skip to main content

I’m attempting to make a Zap where if a certain Salesforce checkbox field is checked, then it would trigger another action in HubSpot. However, the Zap asks for the text value of the field that would trigger the action. Does this mean a checkbox cannot be used because it’s not really a text value? Or, should I use the text value “True”?

Hi @Andrew.at.Access,

The checkbox field can either be Checked/TRUE or Unchecked/FALSE, so you just have to make the Zap look for TRUE in that checkbox field and that’ll trigger on when it’s checked.


Perfect. Thank you!