Pls am a newbie to powerAutomate. I'm creating a flow to perform an action (Create a Task record) when a particular dynamics record is created or updated. So I have added my trigger, condition and action. The flow sometimes work and sometimes fail, when it failed, it gives an exception as shown below:
DateTime is less than minumum value supported by CrmDateTime. Actual value: 01/01/0001 00:00:00, Minimum value supported: 01/01/1753 00:00:00
I really do not understand where the error is coming from and there is no DateTime field that is a required field in the Task entity create record field.
I will appreciate any help pls.
hi @Fiyinfiyin , the error is refearing to a start date that is coming from year 1753, so you can't start from 0001, please if you have the value 0001 you can use replace to change that value to a valid year link 2020.
Try with replace(YourString,'0001','2020')
Proud to be a Flownaut!
Hi,
Thank you for your time. Thats exactly the weirdest thing as i do not have such value in the whole fields
The task is using Flow to create a Task activity in Dynamics CRM upon either the creation of a record or update of same.
The flow components i used are:
When a Record is created or updated (Trigger)
Get Record
Condition (Inside the condition when Yes: )
Create a new record (CDS)
Thank you sir
@Fiyinfiyin your welcome, please consider to mark my aswer as solved to guide others.
Proud to be a Flownaut!
User | Count |
---|---|
6 | |
6 | |
6 | |
4 | |
2 |