I am using a Microsoft Form to collect input from users, and want to email the form results to a recipient based on the response to one of the questions. The question requires the user to select from a list of 10 choices, and I want to do a lookup to determine the corresponding email recipient for each choice.
I am currently using a deeply nested if-then flow to implement this. It works, but I want to make this easier to maintain by maintaining a lookup table - either in the flow itself or externally in Excel, and passing the corresponding email address to the "Send an email (v2)" action. Would really appreciate a sample or pointers on what components to use to implement this.
