Hello All,
New to powerapps so please bare with me.
I have an Input Screen as below:

The the left is a gallery with sites as buttons, and to the right is a static gallery ( the same list of equipment regardless of what area is selected).
We have created a pop up message as suggested here
We have wired up to show up in the following scenario:
If a user inputs quantities, does not press submit and then selects another area the pop up below will be displayed:

If they choose continue it clears the text boxes and continues to their next selection. I have this feature working.
The issue I am having is with the cancel button.
If a user selects cancel I want the following to happen:
1) Do Not clear text boxes - I have this working fine.
2) Revert the previous gallery button selection - This I can't work out.
E.g. User starts in Area C1 inputs values BUT does not submit. Instead they choose the area C2. The popup will be displayed and the user chooses to cancel. When they choose cancel, the gallery selection should go back to C1. Currently it just continues to C2 (indicated by the label just to the right of the area buttons)as below:

Is there a way to achieve what I want here?
Thank you in advance.