Hello,
I have a flow that is using a company specific application/software. Essentially I want a user to send in a form with the data that needs to be populated into the applications table. So basically, if I receive a submission like this:

That PAD would recognize the data in B and put it in the appropriate column in the application's data table. I have gotten this to work with just text that needs to be populated, however the first (essentially A1) cell in the application's data table is a drop down list. How can I get PAD to recognize the data in the Excel submission as an option in the dropdown list in the application. I've been trying to set variables and parse text but so far no luck. Any ideas or solutions?