Skip to main content
December 15, 2023
Question

Updating a specific SharePoint List Item

  • December 15, 2023
  • 4 replies
  • 0 views

I am trying to update a specific list item from SharePoint list using SharePoint Connected System and Integration. Inserting a new Item to that list is working but not updating an existing item.

Below is the integration:

Getting the following error: 

Can someone please help with this.

Thank you

    4 replies

    tushark6475
    December 18, 2023
    Known Participant
    January 3, 2024

    Am getting the same error while inserting new list item, is it possible to share request details, how to pass the data.

    January 9, 2024

    Using "MERGE" instead of "POST" worked.

    Known Participant
    January 10, 2024

    I figured it out and thank you for the reply.