Hi,
I have created a flow and I am using a formula formatDateTime(utcNow(),'yyyy-MM-dd') to get current date.
The problem is my flow is a recurrence and when it runs at the specified time its not calculating the current date but when I am running it manually by clicking the start button its giving me correct and current date.
As you can see in the below images the same flow ran on the same date but different time and its giving different date using the formula i mentioned above.
Solved! Go to Solution.
Hello @Ramiz
Try this expression:
convertFromUtc(utcNow(), 'Arab Standard Time', 'yyyy-MM-dd')
Proud to be a Flownaut!
Hi @Mira_Ghaly
Thanks for the answer but i didnt select any timezone in the recurrence trigger but now I have selected the timezone and will test it.
@Mira_Ghaly I tested with time zone as well but still its giving me wrong date.
Hello @Ramiz
Try this expression:
convertFromUtc(utcNow(), 'Arab Standard Time', 'yyyy-MM-dd')
Proud to be a Flownaut!
User | Count |
---|---|
33 | |
32 | |
24 | |
23 | |
19 |
User | Count |
---|---|
58 | |
57 | |
41 | |
37 | |
28 |