Skip to main content
Nintex Community Menu Bar

Workflow Switch action with Yes/No form control

  • May 17, 2019
  • 2 replies
  • 45 views

Forum|alt.badge.img+1

I have a form with  yes/no controls that write back to a Sharepoint list. I want to use a Switch action in the associated workflow to run down one path if the control is set to yes and another path if the control is set to no. The yes/no list columns do not appear in the "Select the value to evaluate" drop down when configuring the Switch action. Is there a way to achieve this without resorting to Run If action sets?

Sorry if this is a bit obvious to more experienced users but I am a bit of a Nintex newb 

2 replies

Forum|alt.badge.img+11
  • Nintex Partner
  • May 17, 2019

Hi,

Switch action allows only text field..you could achieve the same behaviour using a "Set a condition" action and defining the condition as YourField equals Yes, so you'll have two branches depending on the field value

 

Giacomo


Forum|alt.badge.img+1
  • Author
  • May 17, 2019

Perfect thank you.