Hello,
I am working on a workflow to handle application approvals.
Applicants will complete a Microsoft form with basic information (e.g. Name, Company, City, State, Zip Code). After the form is submitted, I want to send it for approval.
The challenge I am having is configuring the flow so the correct approver is sent the approval. I want the approver to be decided based on the Zip Code the applicant entered on the form. Because it could be any zip code in the United States, there are thousands of possible options so it is not feasible to create a unique flow for each zip code.
I feel there has to be a way to configure the flow so that it looks up the zip code from the form, determines the approver based on a SharePoint list or Excel file, and then sends the approval to the correct approver identified.
Any recommendations are appreciated! Thanks.