Local List Value Modification
I have a Local List property with 5 values. 3 of the values are getting modified. I can modify the local list property. How should I handle the inflight cases which may have the old values and will throw error.
Circumstance is on option and we can find cases with those old values and update them with new values.
Is there a better way to handle this?