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!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
65 | |
23 | |
16 | |
15 | |
11 |
User | Count |
---|---|
115 | |
35 | |
30 | |
28 | |
26 |