I create a new date field in Dynamic CRM Account.
I am trying to add a new flow that can run 7 days before date store in this field and send an email.
But I really dont know how to write condition?
Please help, TKX.
George
Solved! Go to Solution.
I would add another calculated field ..
Then you create a Recurrence flow that runs daily and Retrieves all records where Calculated Field = Today
You can use the List Rows Action with FetchXML
I would add another calculated field ..
Then you create a Recurrence flow that runs daily and Retrieves all records where Calculated Field = Today
You can use the List Rows Action with FetchXML
This is a good way.
But maybe a field to calculate how many days left...
Then I can use this field = 30 to send a email, =7 send another...
How to set calculate about this? utcNow() - datetime field?
I found I can use:
DiffInDays(NOW(), crb94_webschool_expire)
But there is a question.
now() shows date of my time zone.
But date stored in CRM is UTC.
How to correct it?
TKX.
I use Diffindays in calc field.
It can only use utcNow() in Power Automate.
I don't know if I was wrong!
Can you tell me Now() returns utc time or local time?
Then I can decide how I can use it.
TKX.
George
I see.
If result of Diffindays () is lower than 24hours, the result will show 0 because it is less than 1 day.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.