Search code examples
sharepointsharepoint-2010sharepoint-online

Sharepoint designer workflow: condition on multiple choice field


I am working on a workflow which is to send emails according a multichoice field.

He're my workflow- Link to image

How can I change the workflow so that when BOTH items are selected it sends two emails to the different recipients?

Any help appreciated.


Solution

  • don't use if-else, use 2 separate IF's, that should do what you want. e.g.

    if(ChoiceControl contains 'Test Site')
      Email IT Support
    if(ChoiceControl contains 'Thornleigh')
      Email Test