Forum Discussion
pwintert
Feb 02, 2022Copper Contributor
Updating a Sharepoint Item using JSON
I need some help updating my JSON code to update a SharePoint Item. I'm using variables to determine which list to update and need to write the code to create the item to be upgraded. My list item...
Ben_Linktech
Nov 25, 2022Copper Contributor
Hey, i know this is an old post, but for others looking for the correct method using the above:
(You can skip the Compose step as it provides no actual purpose, simply paste the JSON directly into the "* Item" field)
{
"OrderStatus": {
"Value": "ORDERED"
}
}
(You can skip the Compose step as it provides no actual purpose, simply paste the JSON directly into the "* Item" field)
{
"OrderStatus": {
"Value": "ORDERED"
}
}
- baskbMar 21, 2023Copper Contributor
Thank you. This helped me out.