check which items were updated Sharepoint Logic Apps

Jose Alexander Suaza Montes 21 Reputation points
2022-09-23T22:21:51.847+00:00

Hello, I have the following question:

I have the trigger When a list/library item is created or modified in SharePoint, Is it possible to know which items were updated from a SharePoint list?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alistair Ross 7,106 Reputation points Microsoft Employee
    2022-09-23T23:05:12.487+00:00

    Hi @Jose Alexander Suaza Montes

    When a logic app is run, it stores information about the actions that occur. It is most likely that this information for this type of action is accessible within the run history. https://learn.microsoft.com/en-us/azure/logic-apps/monitor-logic-apps?tabs=consumption.

    Alternatively, you can export the logic apps logs to Log Analytics to query the log history using Kusto query language to identify and even visualise this information.

    Finally, you can also see changes that are modified by looking in the Office 365 audit logs and filtering by the identity that performed that Logic App action. https://social.technet.microsoft.com/wiki/contents/articles/34748.office-365-security-and-compliance-center-how-to-enable-audit-logs.aspx

    kind regards

    Alistair


0 additional answers

Sort by: Most helpful