I have an approval process where we want the submitter to be able to select he approver based on dropdown, but only display users that have that approval level.
Submitter would select Dept from a drop down list, and fill in the approval amount field.
Once both fields have been entered, from a different dropdown, select the approver they want to send it to. There can be multiple approvers at a particular level.
I could easily do this in Process Modeler with a logical gateway, but they want to select on the form. I am familiar with the field lookup, but it only works for matches and does not have the ability for a comparison.
I do not have a JavaScript background.
Forms 9.2
Any help is appreciated.