[SalesForce] Removing input value in Flow after using Previous Button

I have a scenario in Visual Flow where the user enters data into 3 input fields and navigates to next. Then, they use the Previous button to navigate back to the screen with the input fields and the blank out one of the values. Upon navigating forward again, the original values are still present (the blanked out input still has its prior value).
Does anyone have a method to have this "blank out" persist when using the Previous and Next button. I have had multiple issues related to the Previous button and the way data is cached.

Any help would be greatly appreciated.

Best Answer

How are they navigating forward after changing the value? If they are using the Forward button on the browser rather than the Next button in the Flow, that could be the problem. Also, does the problem happen when they enter a new value or only when they "blank out" fields?

Related Topic