Level hierarchy approval for PR

Hi all,

I’m going to set a hierarchy approval for PR.

For example

For amount 0-500 will be approve by user A

amount 500-1000 will be approve by user A and user B

amount >=1000 will be approve by user A,b and c

How can i set this scenario?

Thanks in advance

Hi,

You can use conditions. You have to create multiple steps. You have to create a step for each condition. For example, a workflow step will be like this:

Step 1. condition : purchPrice < 500 → approver : user A.

Step 2. condition : 500 < purchPrice < 1000 → approver : user B.