Hi,
I have an approval form. The initiator completes the form and then from a lookup field, chooses the name of the approver. Upon submission, the task should be routed to this approver.
I created a team that contains the names of all the initiators and the approvers for this form.
There are 4 different approvers, one for each department.
The idea I want to implement is to have the form check if the name in the lookup field is equal to an approver name in the specified team. If the evaluation is true then the task should be routed to that approver.
Is there a way to apply this? Thank you..