Hello,
I need to provide a solution for a business request,
There is a Sharepoint List that already has more than 400 items; one of the fields on the list is a drop-down field with multiple-choice options, called clients. I need to rename one of the values in the drop-down list due to a Client name change,
For instance, in the test list, I need to rename "Client C" to the new name "Client CC" and keep all the other values intact.

The flow gets the items from the list with filter query on the "Client C"

I am facing an issue when I want to update the list item, it removes all other clients as well
Any help is much appreciated
Aysan