Skip to main content
Best answer

Using Salesforce Checkbox fields in my Zap - true vs false


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”?

Best answer by robschmidtBest answer by robschmidt

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.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • Answer
  • May 19, 2021

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!