Trying to figure out how to handle a sequential approval where the number of approvers required depends on the dollar value of the item?
For example if the approval amount is $10k then only 2 people would need to approve, if it was $50k then 3 people and >$100k 4 people?
Our current approval flow triggers 2,3 or 4 separate approval requests based on the amount, I think a sequential approval would be a nicer solution if I can work out how to handle the different no of approvers required.
Thanks