There is date field in form
check wether date in form and current date has difference of 30 days?
if condition not fulfilled then it should delay untill having difference of 30 days.
Solved! Go to Solution.
Hi @Tejaswini1234 ,
Please try to use Convert time zone action to get the Date of the specified time zone.
Like:
Best Regards,
You would have to use expression in flow along with delay until
UTCNOW() >= addDays(items('Apply_to_each')?['columname'],30)
Please note that Flows fail after 30 days, so if your Flow delay is longer than 30 days it will fail
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
I suspect that this is something that probably belongs in a Flow using a recurrence trigger which runs daily. That will mitigate the 30 day Flow maximum run time as mentioned by @RezaDorrani .
i used utcnow function in flow,it gives different time from our current time,, but i didn't get indian current time ,, how can i get time?
Use convertFromUtc to convert to time zone of choice
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
what should be the source time zone in flow?
It depends on where your data is strored. SharePoint stores all data as UTC.
Hi @Tejaswini1234 ,
Please try to use Convert time zone action to get the Date of the specified time zone.
Like:
Best Regards,
i got following error when selected todays date in date picker while adding 30 days in flow using
"BadRequest. The provided 'Wait' action 'until' value '9/5/2019 12:00:00 PM' (UTC) is not supported for the 'Consumption' SKU. The maximum wait duration supported for this SKU is '30' day(s)."
how to solve it ?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
48 | |
17 | |
15 | |
12 | |
12 |
User | Count |
---|---|
58 | |
40 | |
24 | |
20 | |
19 |