Hello,
I am trying to narrow down the approvers based on the selected departments in the modern form control.
I have 2 list, Vacation request and Approvers.
When an employee creates a new vacation request, I want them to be able to choose their supervisors based on the department they select.
Following is the Vacation request List where the Requestor & SupervisorName are people field and department, reason, status are choice fields.

Approvers list has 2 columns, departments- choice and SupervisorsName-people.

So my requirement is if I choose 'HR' in the departments field of the modern form control, it should automatically give me the dropdown of all the people (in the SupervisorName field of the form) who are mentioned as HR (in the departments column) in the approvers SPlist.
It should also update the same supervisor name in the vacation request list, along with other details.
