Applies to

Bridge by Smartsheet

Route workflows with junctions

Include junctions in Bridge to route your workflow in different directions based on specific criteria.

PLANS

  • Bridge by Smartsheet

Junctions have two stages

  1. The first is where the decision is made. 
    • This stage is based on input from another system, or it can also be data stored from elsewhere in the workflow. There are many kinds of junctions in Bridge. All the junction options describe the data analysis done in this stage. 
  2. The second is where the possible options for routing are defined. 
    • This stage can consist of two or more states. You can build your workflow to take one of multiple paths—the path determined by the data analyzed in the first stage.

When creating a new junction

  1. Name three elements: One junction and two states 
  2. To specify additional pathways, drag the new states below the junction.
Brandfolder Image
Route workflows with junctions

Conditional Junctions

Junctions analyze different kinds of data, depending on which junction module you use. 

Conditional Junction modules make your workflows identify which route to take. You can use them by applying logic to the data collected, which is pulled from an external data source during the workflow.

Refer to the Reference Data in the Workflow article for more information on referencing a pre-existing value.

Find Conditional Junction modules 

  • Search for Conditional Junctions; or 
  • Go to Utilities > Conditional Junctions.

True/False Junction modules

There are only two possible pathways for the workflow: true or false. All True/False modules create the junction as a group for you. 

Here’s a list of the True/False Junction modules:

  • More: Is a referenced value more than another one?
  • Less: Is a referenced value less than another one?
  • Equals: Does a referenced value equal another one?
  • Match: Does a referenced string exactly match another one?
  • Contain: Does a referenced string contain another string?
  • Starts with: Does a referenced string start with another string?
  • Ends with: Does a referenced string end with another string?
  • Is empty: Does the referenced string exist?

Once you have added the Conditional Junction type you prefer, drag the states to the workflow builder. You need to do this to configure the module's success and failure branches.

Brandfolder Image
Route workflows with junctions

For example, you could determine if a value meets a requirement by bringing in data from a sheet. Then, you can compare that data to the requirement specified in the More type of Conditional Junction.

Use external tools to make junction decisions

You can also have external tools interact with Bridge to make junction decisions.

In this scenario, the workflow is getting a list from SharePoint. If there’s a list, it goes down the State: List found path. If there's no existing user, it goes down the State: No list found path. Or, if there’s no site found, it goes down the State: No site found path. 

Brandfolder Image
Junctions in Bridge

Conditional junctions with more than two pathways

There is no limit to how many products can be made available.

Multiple routes based on referenced data

For a workflow with more than two pathways: 

  1. Add Conditional Junction: Junction Match
  2. Then, add the Junction itself. 
    • The Junction element matches the referenced data with its corresponding state (based on the state name). That said, this element pushes the workflow to the necessary path.
Brandfolder Image
Route workflows with junctions

 

For example, a user has filled out a Smartsheet form identifying Product A, B, or C in a column. To specify the Smartsheet cell where the type of product was selected, add the Junction Match element. It will then read the cell and tell the workflow of which of the junction state names matches that selected product.

You’ll also want to add a Fallback State, an alternate state for the workflow if none of the values entered in the cell match Product A, B, or C.

Configure the Junction Match 

Junction Match is case-sensitive, so ensure that the titles of your states are precisely the same as your values.

  1. Open up the Junction Match.
  2. In the Junction field, add the data reference.
    • In this example, the data reference is the product value gathered from the Get Row module. 
  3. In the Fallback State field, put the name of your alternate state. 

    Brandfolder Image
    Route workflows with junctions
Was this article helpful?
YesNo