I have a canvas app that has a send email button. This button has the following OnSelect property:
Office365Outlook.SendEmailV2(Emails_uitn.Text,Emailsubject_uitn.Text,Emailbody_uitn.Text)
This button works exactly how I want it to work. I want to create a scheduled flow in PowerAutomate that will trigger this button. I have an excel list with a date column. I want the flow to check if today is equal to any of the dates in the column. If yes, the SendEmail action should be triggered. Alternatively, I could build the SendEmail action directly in the flow and retrieve the subject, body, and recipients from PowerApps.
I have tried a few different methods to do this and I am stumped. Any help would be appreciated.
Please follow the below steps:
Apply to eachon the previous step, and useConditionto check if today's date (utcNow()) is equal to any of your date values in the fileYESsection