
Announcements
Hi everyone,
I've ran a manual flow yesterday that was supposed to update only one column in SharePoint list but running it deleted the data from other critical columns. I don't understand why as if on Update Item you leave a field blank it's not suppose to change the value. Luckily I had versioning on the list which is at least some comfort. I've also raised a support ticket with Microsoft. Is there a way to run a flow that returns the thousands of items to their previous version?
Many many thanks, I think my job is on the line for this one 😐
Best wishes,
Ciprian
@CipperNSFT not sure why the data got blank for you by Update Item, MS support can provide you better answer. Alternatively you can use REST API to update column values in item using Send Http Request to SharePoint action where you can update only those columns which need values to be updated.