Contents
Using SharePoint Online PowerShell You can use SharePoint Online or PnP PowerShell cmdlets to update the date and user details for Create and modify fields for a SharePoint list item or document. I have written a PowerShell function UpdateTimestamp which will take site url, list name and create & modified parameter details from the user.
How to tell who modified an item in SharePoint?
Here is my PowerShell script to change the details of who created an item, modified it, and when they created and modified it. This script sets system fields (created, created by, modified, modified by) for a specific item in the list/library. Set the values in the variables section appropriately and run the script.
How to update created by / modified by field values?
To set metadata such as created, modified, created by and modified by field values, use this PnP PowerShell: You can use it to update metadata for both list items and documents in SharePoint Online. Similarly, to set metadata of existing file, use:
When is a specific field is modified in item-power platform?
The “When an item is created or modified” trigger only detect if there is an item is modified within your SharePoint list, it could not detect if the specific field of an item is modified in your SharePoint list. If you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
There are multiple situations when it’s better to use an HTTP request to update a single SharePoint column than the Power Automate action ‘Update item’. You don’t want to see all columns in the ‘update’ action as there’re too many. But at the same time, you don’t want to create a special view for each update.
Can a SharePoint cmdlet be used in PowerShell?
You can use SharePoint Online or PnP PowerShell cmdlets to update the date and user details for Create and modify fields for a SharePoint list item or document.. You can use SharePoint Online or PnP PowerShell cmdlets to update the date and user details for Create and modify fields for a SharePoint list item or document..
As before, start from the ‘Send an HTTP request to SharePoint’ action. The first part will be the same, select a Site Address and Method. But that’s it, now we’ll continue differently.
https://www.youtube.com/watch?v=YMliU4vB_YM