Articles in this section
Authenticate Emails with SPF, DKIM, and SenderID Auto forward your emails to Vtiger Managing User Profiles Automate Outgoing Emails in Email Settings Automation - Approvals Automation - Assignment Rules Creating a Scheduled Workflow Automation - Scheduler Creating a Workflow Webforms in Vtiger CRM Set up a Workflow Action to Create Event Set up a Workflow Action to Create Records Set up a Workflow Action to Create Task Set up a Workflow Action to Invoke Custom Function Set up a Workflow Action to Create an SMS Task Set up a Workflow Action to Send Mails Set up a Workflow Action to Update Fields Automation - Workflow Action - Webhook Automation - Workflows - Vtiger Expressions Configuration - Business Hours Configuration - Company Details Configuration - Consents Configuration - Customer Portal Maps in Vtiger CRM Configuration - Usage Details Configuring Encrypted Data Fields in Vtiger CRM Configure Picklist Dependencies Considerations for Deactivating Vtiger Users Control Fields and Record Displays using Configuration Editor Create Reminders for Records and Inbox Create a field of a Grid type Dealing with Currencies and Taxes Enable Desktop Notifications on Chrome Web Browsers Vtiger CRM Add-ons IMAP Configuration - 2-way sync between Vtiger and IMAP providers Setting up Autopay & Payment Gateways Inventory - Tax Management Inventory - Terms and Conditions Login to Vtiger on SSO SAML using ADFS Mailroom Functionality for Different Scenarios Manage Multiple Currencies Marketing and Sales - Deal to Project Mapping Marketing and Sales - Lead Conversion Data Mapping Marketing and Sales - Profile Scoring Module Management - Labels Editor Module Management - Module Numbering Configure My Preferences Feature My Preferences - Calendar Settings Tags in Vtiger My Preferences - Notification Preferences SAML Support in Vtiger CRM Vtiger Mailroom Settings - Configure Module Settings Settings - Create Dynamic Fields and Layouts Module Management - Creating a Relationship Between Modules Settings - Customize Records and Fields for your Business Settings - How to set email autoresponder to Webform submission? Settings - Left Menu Settings - Manage Global Picklists in Vtiger Settings - Set up your Support Team Settings - Start Up Page Settings - Working with Picklist Values Module Management - Module Builder Support - SLA Policies Troubleshooting Login Issues Add-Edit Unsubscribe Links in your Email Template User Management - Authentication User Management - Encrypted Field Access Logs User Management - Groups User Management - Login History User Management - Profiles User Management - Roles User Management - Settings Log User Management - Sharing Rules User Management - Users User Management - Vtiger Support Access Vtiger Buzz - Chrome Extension for Notifications Vtiger Implementation wizard Vtiger Language Support Configuring Websense Trackers Websense - Widgets Module Management - Module Layouts & Fields Generate and Manage Third-party App Passwords in Yahoo Configuring App Passwords for Gmail Outgoing Server and Yahoo Mail Configuration - Storage Guard Customizing your Self-Service Portal Theme Using CSS Styles Automation - SMS Reply Actions Adding Hidden Fields to a Webform Configuring Dependent Fields and Blocks for Modules Auto forward Emails from Microsoft Office 365 Adding Custom Module Login Page Customization Settings - Personalize Module Layouts Module Management - Modules Duplicate Prevention in Modules Formula Fields Creating Custom Filters Adding a local DNS Entry

Set up Multi-path Workflows

Learn to create multiple actions on a single field using multi-path workflows.
R
Ruba
4 Nov, 2024 - Updated  5 months ago

Introduction

Multi-path workflows allow you to create multiple actions on a single field, which is called the Anchor Field. 

Unlike in Standard workflows, you need not create a separate workflow to execute an action for each field's value. 

For example, if you want to send an email to a sales rep when Invoice status is Accepted, and create a task when Invoice status is Rejected, you must create separate Standard workflows. However, by creating a multi-path workflow, you can include different actions for different statuses of an invoice in the same workflow. Hence, the name ‘multi-path’.

To learn more about Standard workflows, click here.

Feature Availability and Limits

Sales Starter

Sales Professional

Sales Enterprise

One Professional

One Enterprise

Feature Availability

Multi-path workflows

Workflow field updates

Limits on Workflows

Multi-path workflows

2

5

10

5

10

Actions allowed

6

8

8

8

10

 

Note

  • The maximum number of Multi-path workflows you can create in Help Desk Starter and Help Desk Professional are 2 and 5, respectively.
  • The maximum number of workflow actions that you can set up per workflow in  Help Desk Starter and Help Desk Professional are 6 and 8, respectively.

Four Components of Multi-Path Workflows

Similar to Standard workflows, Multi-path workflows also have four components. 

  1. Basic information
  2. Workflow trigger
  3. Entry criteria
  4. Actions

 Follow these steps to create Multi-path workflows:

  1. Log in to your CRM account.
  2. Click the User Menu on the top right corner of the screen.
  3. Click the Settings button. You will land on the Settings page.
  4. Look for the Automation section.
  5. Select Workflows.
  6. Click the +New Workflow button.
  7. Select Multi-path
  8. Enter the basic information, trigger, entry criteria, and actions.
 

Let us take an example of the Sales Stage field to get clarity on the usage of Multi-path workflows. In the example, we will create a workflow that executes different actions when a deal’s sales stage takes different values such as Value Proposition, Negotiation, Closed Won, etc.

Basic information

You must fill out the following details, which provide basic information about the workflow:

  • Workflow Name - Specify the name of the workflow.
  • Target Module - Specify the module on which the workflow must execute, such as Deals, Contacts, Products, etc.
  • Status - Specify the status of the workflow - Active or Inactive. The workflow does not execute when the status is set to Inactive.
  • Description - Provide a brief description of what the workflow is used for, the actions it performs, etc.


Under Basic Information, we will name the workflow as Workflow Standard Pipeline, and choose Deals as the target module. Next, we will mark the workflow’s status as Active and provide a short description of it.
 

Workflow trigger

Specify when the workflow must trigger by choosing an option from the following two fields:

  • Trigger Workflow On:
    • Record creation - Choose this option if you want the workflow to trigger when a record is created in the Target Module (mentioned in the previous section).
    • Record updation (includes creation) - Choose this option if you want the workflow to trigger when a record is updated or created in the Target Module (mentioned in the previous section).
    • Time Interval - Choose this option if you want the workflow to trigger at a frequent time interval.
      • Frequency - Specify the frequency at which the workflow must trigger. To learn more about this option, click here.
  • Recurrence:
    • Only first-time conditions are met - Triggers the workflow if the specified conditions are true. Once executed, the workflow will not trigger on the same record again. However, it will trigger on other records in the selected module.
    • Every time conditions met - Triggers the workflow on a record every time the specified conditions are true.
 

For the trigger, we will choose a customized time interval by selecting the Time Interval radio button. Then we will choose a frequency at which the workflow must get triggered - daily at 5.00 AM.
 

Entry criteria

Workflows are executed on records in the Target Module under Basic Information. More often than not, you might only need to perform actions on select records in the module. And that is when you will need to apply conditions and filter out records. 

A workflow executes only on records that satisfy the condition that you specify.

You can specify multiple conditions using the +Add condition button. There are two types of conditions.

  • All conditions: It is based on the logical AND operation. Workflow executes when all the conditions are met.
 

Condition 1

AND
Condition 2

AND 

Condition 3

 

If one condition fails, the others are not executed.

 
  • Any condition: It is based on the logical OR operation. Workflow executes when at least one condition is met.

 

Condition 1

OR
Condition 2

OR

Condition 3

 

If one condition fails, the others are executed.

 

Note: There is the AND operation between All conditions and Any condition. The conditions mentioned under both All conditions and Any condition are applied in the entry criteria.

To learn more about conditions, click here.

 
 

Let us apply a condition on the pipeline such that the workflow executes only when a deal is associated with the Standard pipeline. So, the workflow executes its actions only when Pipeline = Standard.

 

To learn more about pipelines, click here.



Actions

The Actions part defines what the workflow must execute after getting triggered and meeting the entry criteria. You can set up different types of actions around a Picklist or Assigned To field, which is called the Anchor Field.

 

You can add the following type of actions for different values of the Anchor Field: 

 

Action

Definition

Send Mail

Send an email notification

Invoke Custom Function

Update target fields in a module by executing predefined functions when source fields in another module are updated

Create Task

Create a task record

Create Event

Create an event record

Update Fields

Update the field in the selected module

Create Record

Create or update records in a module when entry criteria are satisfied 

SMS Task

Send an SMS notification

Mobile Push Notification

Notify user on their mobile with a Push Notification

Webhook

Notify your software application of changes that occur in Vtiger with HTTP callbacks


WhatsApp

Send WhatsApp messages

 

 Now, we select the Sales Stage as the Anchor Field. 

  1. Choose an action from the Add Action drop-down.
  2. Choose a value for the Sales Stage field in the rule. For example, If the Sales Stage is New, If the Sales Stage is Value Proposition, etc.
  3. Click the Add Rule button to add an action for another value of the Sales Stage field. If Sales Stage is New - Send Mail, If Sales Stage is Value Proposition - Create Task, etc.
  4. Click Save. 

So, when the sales stage changes, the action associated with it is executed.

Deactivating a Multi-path Workflow

Follow these steps to deactivate a multi-path workflow:

  1. Click the User Menu on the top right corner of the screen.
  2. Click the Settings button.
  3. Look for the Automation section.
  4. Click Workflows.
  5. Click the Multi-path tab on the top left side of the workflow list.
  6. Select a module from the drop-down on the top to view its related workflows.
  7. Select a workflow.
  8. Disable the toggle button on the left side of the workflow to deactivate it.

Deleting a Multi-path Workflow

Follow these steps to delete a multi-path workflow:

  1. Click the User Menu on the top right corner of the screen.
  2. Click the Settings button.
  3. Look for the Automation section.
  4. Click Workflows.
  5. Click the Multi-path tab on the top left side of the workflow list.
  6. Select a module from the drop-down on the top to view its related workflows.
  7. Select a workflow.
  8. Hover over a workflow and click the Delete icon to delete it. 


Generate Invoice from Sales Order or Quotes
An action in the workflow is added to generate invoice from quotes and sales order based on the filter condition.

Home Privacy Policy Terms of Service Security Center Policy & Legal Center Contact Us
© Copyright 2025 Vtiger. All rights reserved.
Powered by Vtiger
Facebook Twitter Linkedin Youtube