Skip to main content
Question

Is there a way of initiatien a workflow based on an specific User Group?


Samuel Velasco
Newcomer
Forum|alt.badge.img+2

Hi everyone,

I would like a specific workflow to be triggered based on the User Group of the user initiating the workflow.

The Action used to generate the agreement is shared among groups; however, we need a specific workflow to be triggered only when a user from a particular User Group initiates the Action.

I have attempted to establish a Rule Step in the Workflow using the SubmittedBy variable to direct users to the appropriate workflow. However, I could not find any variable that relates to the User Group. I have included a snippet below of what I have tried to do. Although, I would prefer not to use this option, as it is not optimal to have two workflows initiated for the same Action.

Is there a way to determine which workflow will be triggered based on the User Group, even before the user activates the Action? If not, what Workflow Step can be used in order to achieve this?

 

 

Many thanks in advance!

6 replies

Pawan Gangwani
Rising Star
Forum|alt.badge.img+13

 Hello ​@Samuel Velasco 

Welcome to the DocuSign Community!

You cannot determine which workflow will be triggered based on the User Group.

But I can suggest you the work around for specific workflow to be triggered based on the User Group of the user initiating the workflow. You can use “Navigation Action” under “Account Management” in Admin. where you can use that user group, and the user of that group can only generation the document and kick off the workflow.
 


Hope this helps!


Forum|alt.badge.img+6
  • Docusign Employee
  • 35 replies
  • March 4, 2025

Hi ​@Samuel Velasco,

 

An option would be to capture the Group value on the intake form. This value can be used to determine if it’s the correct group to continue the workflow. For example, you could have a simple dropdown value “User’s Group” with the correct values such as “Legal/Sales/IT”. The submitting user would have to know what this value is in order to select it so there is room for confusion if they do not know what their group is. 

 

There is also the “Users and Groups” field type on the Document Generation form which will allow the submitting user to choose 1 user or 1 group from the account before submitting the form. If they choose a user (for example, they could choose themselves), then the Group data is available. Here is a screen shot of what that looks like when a user is selected:

 

 

Hope this helps!


Samuel Velasco
Newcomer
Forum|alt.badge.img+2
Pawan Gangwani wrote:

 Hello ​@Samuel Velasco 

Welcome to the DocuSign Community!

You cannot determine which workflow will be triggered based on the User Group.

But I can suggest you the work around for specific workflow to be triggered based on the User Group of the user initiating the workflow. You can use “Navigation Action” under “Account Management” in Admin. where you can use that user group, and the user of that group can only generation the document and kick off the workflow.
 


Hope this helps!

 

 

Hi Pawan, thanks for your help. The issue is that different groups need to share the same action, hence I was trying to determine which WF gets triggered using a different method.

 

I ended up creating a workflow that helps determine which group the User belong to and which WF needs to be triggered based on this.

 

I will upload a picture of the diagram shortly.

 

Thank you!


Samuel Velasco
Newcomer
Forum|alt.badge.img+2
Kelly.Gatling wrote:

Hi ​@Samuel Velasco,

 

An option would be to capture the Group value on the intake form. This value can be used to determine if it’s the correct group to continue the workflow. For example, you could have a simple dropdown value “User’s Group” with the correct values such as “Legal/Sales/IT”. The submitting user would have to know what this value is in order to select it so there is room for confusion if they do not know what their group is. 

 

There is also the “Users and Groups” field type on the Document Generation form which will allow the submitting user to choose 1 user or 1 group from the account before submitting the form. If they choose a user (for example, they could choose themselves), then the Group data is available. Here is a screen shot of what that looks like when a user is selected:

 

 

Hope this helps!

 

Thank you very much for your response.

I find this approach to determining the user’s group quite interesting and useful. However, I was aiming to identify this value even before reaching the Generation Form.

I have accomplished this by creating a workflow that utilizes a CSV file to determine which group the SubmittedBy user variable belongs to. Based on the output, it triggers the appropriate workflow.

That said, I do see the value in your method for other scenarios.

Thank you!

Best Regards,

Samuel


Samuel Velasco
Newcomer
Forum|alt.badge.img+2

Hi all,

Many thanks for your helpful responses.

I have built a workflow to identify which group the user belongs to by using a CSV file and looping through the values as illustrated below:

 

 

I would appreciate any feedback you may have on this!

Many thanks!

Regards,

Samuel


Pawan Gangwani
Rising Star
Forum|alt.badge.img+13
Samuel Velasco wrote:

Hi all,

Many thanks for your helpful responses.

I have built a workflow to identify which group the user belongs to by using a CSV file and looping through the values as illustrated below:

 

 

I would appreciate any feedback you may have on this!

Many thanks!

Regards,

Samuel

Well, that’s the good approach though you can use the “Resource Variable” to find out the user as a best practice. main things to make sure that the CSV is unified, as same user is not a part of two or multiple groups otherwise, it might will break the flow. and if it is the condition then you should think about the exceptional handling in workflow.

Thanks!