SharePoint list item events are not fired if item has lot of data

Crow Canyon Support 1 Reputation point
2020-07-28T07:26:00.143+00:00

I have a SharePoint provider hosted app to process list item events (Item Create/Update/Updating). Server side solution is hosted in Azure and it just writes a small entry to database when event is received. This is working fine and on item create/update we get the entry in database.

However, if we put say around 40,000 characters in a multi-line text column of the item, then we are not receving the event. Item is saved successfully. After this if we update the item by only changing the title then also event is not received. After that we create a new item with less data then event is received for the new item.

Please let me know if there are any limitations around this or is there something I can do in my provider hosted app or SharePoint to get the event in all cases.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,109 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Baker Kong-MSFT 3,796 Reputation points
    2020-07-29T03:36:34.69+00:00

    Hi CrowCanyonSupport-7928,

    Here is a similar thread that has got answered, please take a reference:

    14138-image.png

    Since Remote event receivers run on a remote server, there might be a communication failure. Per the docs suggestions, it 's a better solution to use the remote event receiver pattern with a change log pattern, which will provide a more reliable architecture.

    Best Regards,
    Baker Kong