Undo the user update on a screen
I want to add a "undo" button that allows the user to refresh the current screen with the last saved values. In other words, to withdraw the latest update of the user.
My problem is that I don't find an existing activity or script doing that.
A simple solution would be just filling the screen again with the clipboard values without saving to the clipboard what the user has entered in the screen.
How can I do that?