Power Automate - How to update a SharePoint choice column using REST API?

preview_player
Показать описание
This video explains how to update a SharePoint choice column using REST API.

Uri

_api/web/lists/getbytitle('Students')/items({ID})

Headers

{
"accept": "application/json;odata=verbose",
"IF-MATCH": "*",
"X-HTTP-Method": "MERGE"
}

Body

{
"Sports":"Badminton"
}
Рекомендации по теме
Комментарии
Автор

Very Useful. I passed so many queries in the body section. but no use. this is the very simple manner you explained. Thanks

ravitejaayyagari
Автор

Nice explanation and keeping it simple.

vinaydeep
Автор

This did EXACTLY what I needed to do. Thank you thank you thank you!!!

jasonluckey
Автор

Hi I get this error: An entry without a type name was found, but no expected type was specified. To allow entries without type information, the expected type must also be specified when the model is specified.

donatass