I believe I have the rest of the flow set up correctly, and it is sending the emails formatted the way I want them to be. The last issue (hopefully) that I am stuck on is that it sends an email for every vendor in the Excel table. Based on copilot the formula being used to filter the dates is: formatDateTime(addDays(utcNow(), -1), 'yyyy-MM-dd'). The excel file is setup for the yyyy-MM-dd format
Also, I'd like to change the date format in the body of the email so it only displays MM/DD/YYYY or it can stay as yyyy-MM-dd. Not sure if one would be easier than the other, I just want the time portion removed (See email attachment)
Please help!! TIA.