Skip to main content

Notifications

Community site session details

Community site session details

Session Id : cCrm1jo2LRd3PFyUBaGOrV
Power Automate - Building Flows
Unanswered

Set dataverse field null

Like (0) ShareShare
ReportReport
Posted on 28 Aug 2023 21:00:58 by 180

 

I have date field in dataverse. 

I want to set it to empty or null in power automate flow

 

How can I do this?

  • rzaneti Profile Picture
    4,085 Super User 2025 Season 1 on 28 Aug 2023 at 21:13:23
    Re: Set dataverse field null

    Hi @Shafdev ,

     

    I just ran a test here by using this approach and it worked:

    rzaneti_0-1693257167131.png

     

    Just set 'null' as expression.

     

    Let me know if it works for you or if you need any additional help!

     

    -------------------------------------------------------------------------
    If this is the answer for your question, please mark the post as Solved.
    If this answer helps you in any way, please give it a like.

    http://digitalmill.net/ 

  • creativeopinion Profile Picture
    10,419 Super User 2025 Season 1 on 28 Aug 2023 at 21:11:12
    Re: Set dataverse field null

    @Shafdev You should be able to use an expression to set the field:

    if(empty([insert your date field here], null,[insert your date field here])

    You can store the value in a Compose action. I'm using an Apply to Each action in my example below to return values from a list. The concept will be the same to return values from Dataverse. This is what my expression looks like:

    if(empty(items('Apply_to_each')?['Date1']), null, items('Apply_to_each')?['Date1'])
    creativeopinion_0-1693257019455.png

     

    Hope this helps!


    If I helped you solve your problem—please mark my post as a solution ✅.
    Consider giving me a 👍 if you liked my response!

    👉 Watch my tutorials on YouTube
    👉 Tips and Tricks on TikTok

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Automate - Building Flows

#1
David_MA Profile Picture

David_MA 373 Super User 2025 Season 1

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 306 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 299

Overall leaderboard
Loading complete