Looking for a bit of help. I was able to make the flow work with the conditions of utcNow('yyyy-MM-dd') is equal to the date in my excel document. But I am trying to have this send the day prior to the scheduled date to confirm the inspection. I tried
formatDateTime(addDays(utcNow(),1),'yyyy-mm-dd') is equal to date in the excel document but that didn't work.
Screenshot below. Thanks for your help.