Multi group approvals in workflow tasks

Saikeerthana
Tera Contributor

Hi All,

I am trying to create a workflow with:

1. If price is between 10 to 20 send approval to group1.

2. If price is between 20 to 30 send approval to group1, if group1 approves then send approval to group2.

I tried using if conditions and approve groups but I am unable to create the 2nd condition. Please let me know your valuable suggestions on this.

Thankyou in advance.

1 ACCEPTED SOLUTION

bhavishapadia
Kilo Sage

Hi Saikeerthana,

 

As per what i am seeing the condition in any case if the price is between 10 to 20 or 20 to 30 you are sending approval to Group. You can create Group 1 approval from 10 to 30 then check for price in if and if its in range between 20-30 then trigger approval for Gorup 2.

 

Thanks,

Bhavisha

View solution in original post

5 REPLIES 5

Sourabh26
Giga Guru

Hi,

 

You should go for the switch case instead of if activity.

 

Case 1 : price is 10-20 then go for the single approval

Case 2 : price is 10-20 then go for the first approval, once approved go for the second level approval

 

Mark this as Helpful/Correct, if Applicable.

 

Regards,

Sourabh

bhavishapadia
Kilo Sage

Hi Saikeerthana,

 

As per what i am seeing the condition in any case if the price is between 10 to 20 or 20 to 30 you are sending approval to Group. You can create Group 1 approval from 10 to 30 then check for price in if and if its in range between 20-30 then trigger approval for Gorup 2.

 

Thanks,

Bhavisha

Uttkarsh S
Tera Contributor

Hi,

 

There are multiple ways of doing this in the workflow by reshuffling the activities. One way to go could be like this:

 

find_real_file.png

 

Please mark correct/helpful if it answers/solves your query.

Cheers,
Uttkarsh

If I want to add one more condition like price>30, and send approval to group1, if group1 approves then send approval to group2 and then group3. In this case what can I do?