How to restore a particular version history of a SharePoint list item using Power Automate
Please follow the below steps:
- Create an MS flow
- Get the version history of an item i.e. version label. If you want to restore the version of all the list items, then create an array and store item ids and version label into an array
/_api/web/lists/getbytitle(‘Employee%20Test’)/items(id)/versions - Add a SharePoint HTTP action
img
New contributor
Ram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.