- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 02:32 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 02:42 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 02:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 02:42 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 04:17 AM
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?