Update SharePoint Item with logic App "Title" Field not exist

CK 1 Reputation point
2021-03-29T19:17:41.587+00:00

Hi

I try to update a Sharepoint Item with logic app but i have following error:

82551-img1.png

82514-img2.png82533-img3.png

Any answers would be appreciated Thanks

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,844 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,626 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 68,476 Reputation points
    2021-03-31T10:56:17.62+00:00

    Hi @CK

    Welcome to Microsoft Q&A! Thanks for posting the question.

    As per the error message expression body('Get_item')['Title'] means that the output of Get_item action doesnot have the property 'Title'.
    This happens only in the scenario when you have created the item without the Title on your selected list on SharePoint site.

    The same can be verified by navigation to the run history of your logic app and verify if the output has a missing Title field for your "Get item" action or navigate to your SharePoint site list item and verify if there is any item with missing Title.

    If in your business requirement this can be an empty field then you can add one more action to verify if the Title property exists in the output before executing the "Update Item" action.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

  2. Amos Wu-MSFT 4,051 Reputation points
    2021-03-30T03:18:31.083+00:00

    Please check whether the Title column of the corresponding item is empty. When I test the Title is empty, this error appears.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments