Skip to main content
Nintex Community Menu Bar

I need my workflow to not run if the checkbox is blank?

  • September 10, 2021
  • 1 reply
  • 74 views

I am hoping someone can help me, new to workflows so my apologies. 

 

I have a workflow that triggers on the creation of an item in a list.  However, I only want it to trigger IF one of the checkboxes is checked.  I did the conditional start but it isn't working.  

 

Any suggestions?

Mia

1 reply

Forum|alt.badge.img+8
  • September 13, 2021

Hey @miaaf10 ,

 

it depends on what checkboxes u use.

 

if its YES / NO checkboxes then u have to check if its YES.

 

if its a multiple choice checkbox field then u have to check if "it is not empty":

 

 

i tested it and it worked fine.