I'm trying to update a SharePoint date and time column via the "Send an HTTP Request to SharePoint" action, and I'm struggling to get the formatting correct. Does anyone have the correct syntax or can tell me what's wrong with this action? Thanks!
Solved! Go to Solution.
Hi @PowerAppUser875,
Could you try to change the body to this format? In other words, remove the curly brackets around the date time value.
{
"__metadata": {
"type": "SP.Data.@{variables('ListName')}ListItem"
},
"Title": "New title",
"DateAssigned": "2020-11-24T18:39:05Z"
}
Hi @PowerAppUser875,
Could you try to change the body to this format? In other words, remove the curly brackets around the date time value.
{
"__metadata": {
"type": "SP.Data.@{variables('ListName')}ListItem"
},
"Title": "New title",
"DateAssigned": "2020-11-24T18:39:05Z"
}
Thanks! I was at a total loss for what was wrong. Such an obvious issue!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
41 | |
37 | |
36 | |
22 |
User | Count |
---|---|
44 | |
36 | |
31 | |
28 | |
27 |