Skip to main content
Nintex Community Menu Bar

How to set workflow for Mutiple Choice

  • April 2, 2019
  • 2 replies
  • 15 views

Forum|alt.badge.img+1

Guys, I have a list that has alot of Choice(Mutiple Selection). I wanted to try to create a workflow to it.

ex: Choice(Multiple Selection)

        A,B,C,D,E,X

if A,B,C,D,E is chosen SEND Notification

if X is chosen No action.

I tried run if for Choice that is only run 2 choice and single selection. but i do not know how to run the workflow for the mutiple selection.

 

Best Regard

 

2 replies

bamaeric
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • April 3, 2019

You can use a condition to check to see if the X choice was selected.  In my example below, I configured a Run If action to check if the choice field does not contain the X choice and then send an email if it was not chosen.

 

1317iEC2A01E6F9DECDAC.png


Forum|alt.badge.img+1
  • Author
  • April 11, 2019

I do not have the option of contains.

either equals or not equals for the multiple selection column?