Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

DateTime is less than minumum value supported by CrmDateTime.

(0) ShareShare
ReportReport
Posted on by 2

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.

  • ChristianAbata Profile Picture
    8,947 Most Valuable Professional on at
    Re: DateTime is less than minumum value supported by CrmDateTime.

    @Fiyinfiyin  your welcome, please consider to mark my aswer as solved to guide others.

  • Fiyinfiyin Profile Picture
    2 on at
    Re: DateTime is less than minumum value supported by CrmDateTime.

    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

     

  • ChristianAbata Profile Picture
    8,947 Most Valuable Professional on at
    Re: DateTime is less than minumum value supported by CrmDateTime.

    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')

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,700 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow