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

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • 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"
    }

КОМЕНТАРІ • 8

  • @ravitejaayyagari9151
    @ravitejaayyagari9151 Рік тому +1

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

  • @jasonluckey2214
    @jasonluckey2214 Рік тому +1

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

    • @abm4975
      @abm4975  Рік тому

      Glad it helped! Thanks for your support.

  • @vinaydeep557
    @vinaydeep557 8 місяців тому +1

    Nice explanation and keeping it simple.

    • @abm4975
      @abm4975  8 місяців тому

      Glad you liked it

  • @donatass1
    @donatass1 8 місяців тому +1

    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.

    • @abm4975
      @abm4975  8 місяців тому

      Hi
      I need to see your flow. If you need any further help in this check my channel about section and contact me via email.
      Thanks