Hello everyone,
I need help with my scenario, I ran a flow to update all my 3000 items in the list which caused the issue that I am having right now.
I need to undo the last flow run that I made, I have to get all the items in my list to be reverted back to the previous versions before I mistakenly ran the flow I made.
I need help on how to get the last 2 versions, the latest version is the one where I made the mistake, and the previous version is the correct version where all the values of the status column are correct. I need to get the columns where the values where changed because I am not sure which other columns has to be reverted back to its previous values aside from the status column. Is this possible?
If I can get the column names its new and old values, then revert back to its old values it would be great. Right now, my last option is to do the version history in every item manually. Please help.