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
Solved! Go to Solution.
Hi!
Your excel column is of type text not date, right? If so, I would try with
formatDateTime(addDays(utcNow(),1),'yyyy-MM-dd')
Double M with capital letters
Hope this helps
Proud to be a Flownaut!
Hi!
Your excel column is of type text not date, right? If so, I would try with
formatDateTime(addDays(utcNow(),1),'yyyy-MM-dd')
Double M with capital letters
Hope this helps
Proud to be a Flownaut!
I can't believe thats all it was.
Thank you for the help.
Josh
To be clear is was making the mm capital MM. I had the text not date correct.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
9 |
User | Count |
---|---|
31 | |
21 | |
15 | |
13 | |
12 |