I am trying to create a flow to copy "Activity Monitor" table data to a new table every time records are created, updated or deleted in Activity Monitor
Do you still need assistance with this? If so, please explain what this "activity monitor" is. If it is a SharePoint list, just create a flow that triggers when an item is created or modified. Then use a condition to see if the item exists in the list where you want to copy the item. If not exist, create a new item, if it does, modify the existing item. In the list where you are creating the copies, be sure to store the original list ID (OriginalID) value so you can check if the item has already been created in the copy of the list.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.