Action: Conditional Branch In Nintex Workflows Through SharePoint 2013 And Office 365

Welcome to an article about an action conditional branch in Nintex Workflows through SharePoint 2013 and Office 365. This article will display the action “Conditional Branch” and how to configure it.

When we build a workflow, we require certain conditions to be fulfilled while our other actions are executed. These conditions can be added on to our action in the workflow where you can assign your other actions based on Yes/No.

Let’s see how we’ll do it.

  • Create a list, Dev Testing.

  • Click on the List tab on the Top ribbon and click on Nintex Workflows.

    click on Nintex Workflows

  • You will see the following screen, to create a new workflow.

  • Click on “Create new workflow”.

    Nintex Workflows

  • You will come to the design phase of the Nintex workflows.

  • Add the action, “Conditional Branch” either by right clicking on the workflow or by dragging and dropping from the left toolbox.

    Create new workflow

  • Let’s see it closely.

    Conditional Branch

Here we can see the condition which you will add will either be Yes or No and based on your conditions you can assign your conditions.

  • When you double click on the action, you will see the following loop.

    espression

  • As per the screen above, you can add conditions using the following action below.

    equal

    1. Equals
    2. Not equals
    3. Is empty
    4. Is not empty
    5. Begins with
    6. Does not begin with
    7. Ends with
    8. Does not end with
    9. Contains
    10. Does not contain
    11. Matches regular expression
    12. Equals (ignoring case)
    13. Contains (ignoring case)

  • Moreover you can add multiple conditions using And & Or for the conditions to satisfy your goal.

    fill data

  • Once done, your conditions will either say ‘Yes’ or ‘No’.

  • Based on your requirement you can add the further actions under Yes/No as you want them to satisfy.

So in this article we saw about the Action: Conditional Branch in Nintex Workflows. We’ll see more in my other articles. Till then, Keep learning!