Skip to main content

Notifications

Community site session details

Community site session details

Session Id : WRyKMcI8uOiP7uF9SwdmF0
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,024 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,411 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

Understanding Microsoft Agents - Introductory Session

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

Warren Belz – Community Spotlight

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

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - Building Flows

#1
stampcoin Profile Picture

stampcoin 91

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 70 Super User 2025 Season 1

#3
David_MA Profile Picture

David_MA 48 Super User 2025 Season 1

Overall leaderboard
Loading started