
Announcements
Complete newbie here, so please be gentle.
I am trying to create the following flow: Submit MS Form --> Get Response Details --> Add Row Into Table --> Send Email
There is a VLookUp in the Excel table, turning one row of the submitted form data (store name) into an email address (store email address). All works perfectly up until this point.
Sending the email fails as the field is supposedly empty.
Where have I gone wrong and how can I fix it, so the full flow runs successfully?
Excel does not work as a middle calculator for a flow. If you get the flow to work the way you have it set up, I doubt it will be consistent.
Whatever vlookup is doing in the Excel workbook, you will need to do with the flow instead. So if the vlookup that is in Table1 is using the column Store Location to lookup the Store Email in Table2, you need to get that completed within the flow.
So currently your steps I see are:
You will need to add steps so it will look more like:
So basically you replace the Vlookup with a Get a Row step.