Multiple approval stages from Field and form rules

Multiple approval stages from Field and form rules

Hello!

Is there way for me to set two Approve stages from Field and Form rules?

$CS.setValue("APPROVERS",["$ROLE_ONE$"]); (Only sets one stage with one person)
$CS.setValue("APPROVERS",["$ROLE_ONE$", "$ROLE_TWO$"]); (Still sets one stage with two person in it)
Could I create 2 stages right away and assign roles two them both?

For example:
  1. When filling a Request form and the value "X" is chosen:
    1. The request sends an approval to person #1 (stage one)
    2. Person #1 approves and the request is handled by technician.
  1. When filling the same form, but instead chosing the value "Y":
    1. The request first sends an approval to person #2 (stage one)
    2. Person #2 approves or denies
      1. If denied: Request is denied.
      2. If approved: The request then sends an approval to person #1 (stage two)
    3. Person #1 approves and the request is handled by techinician.

Thank you!

                  New to ADSelfService Plus?