Daniella R. Goral Posted November 30, 2021 Share Posted November 30, 2021 Good day, is there a node, or combination of nodes which would allow my Business Process to not only assign to a specific team, but directly to whomever is listed as Team Leader, or Manager? I am aware of assigning to a manually selected Team, however I would like whomever is the Team Leader at the time to get the ticket assignment automatically. Link to comment Share on other sites More sharing options...
Victor Posted December 1, 2021 Share Posted December 1, 2021 @Daniella R. Goral To assign a request to a specific team you can use the "Assign To Team" node. You can use variables here or a workflow sequence with decisions and have the node assign to a specific team in each branch... Once the request has been assigned to the team you can make use of the Get Request Information -> Team Details node. This will return the user ID for the user that is currently set as a team leader (among other values). Then have another assign node, the "Assign To Owner" and set the owner as variable using the team leader ID variable. Same logic if you want the team manager as owner. Now, if you are to assign the request to an owner, then "Assign To Team" previous node is (now) redundant. This is because "Assign To Owner" also needs a value for the team, so the team can be set here as well, there is no need to have the previous "Assign To Team". 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now