Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,918 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to set up condition in Power automate cloud flow to send email when the value in sharepoint list match up current data?
I set up column as BD_Date in sharepoint list, and format is MM/DD, my purpose is that the flow check list every day and when BD_Date value match with the current date, send email to colleagues, if no match, completed.
Tried to use formatDateTime and utcNow(), but seems I did not set up correct.
formatDateTime(utcNow(),'MM/DD')