web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Set date to null on St...
Power Automate
Answered

Set date to null on Startdate in Sharepoint Lists with "Send an http request to Sharepoint"

(1) ShareShare
ReportReport
Posted on by 141

Hello, 

I need your further assistant. 

If the user remove the date, as I would like convert StartDate in SharePoint lists to null which it mean it should show blank. 

So I'm using "Send an HTTP Request to SharePoint" which the method work fine. But the Body I'm using

{
  "StartDate": "null"

}

 

it show the error:

Cannot convert a primitive value to the expected type 'Edm.DateTime'
 
How to I force this StartDate to null? 
Categories:
  • Verified answer
    Ellis Karim Profile Picture
    12,288 Super User 2026 Season 2 on at

    Hi @spiderkzn ,

     

    You could try the following, which clears the "EndDate" in this example:

     

    Snag_25e97365.png

     

     

    _api/web/lists/GetByTitle('<List_Name>')/items(<Item_ID>)/validateUpdateListItem
    
    { 
     "formValues": [ 
     { 
     "FieldName": "<Date_Column_name>", 
     "FieldValue": "" 
     } 
     ]
    }


    Ellis
    ____________________________________
    If I have answered your question, please mark the post as ☑️ Solved.
    If you like my response, please give it a Thumbs Up.
    My Blog Site 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 237 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 227 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 194

Last 30 days Overall leaderboard