I have a free-standing Radio control and a Gallery (all the green). When the user selects a Radio control option a formula changes the Gallery Visible to 'true' and a Variable changes the Radio control DisplayMode to 'Disabled'.
In the Gallery:
Three Combo Boxes: Combo Boxes are a series of dependencies based on the first (Combo Box 1). If it is empty the others
default empty.
Checkbox: Switched by user as needed.
Button: Reset button resets Combo Box 1, Checkbox, and contains the Variable to put the Radio control back to 'Edit'.
Everything works fine. The process includes and review screen where the 'Submit' button is located. When submit is clicked the user is navigated back to screen 1, where the existing data remains. Is there a way to activate the 'resets' shown below from screen 2 or when screen 1 "returns" from screen 2?
Reset(PSMCategoryTypeRadioBtn) & Reset(PSMCategoryCommodityCB) & Reset(PSMGalleryCategoryCommodityImmediateNeedCheckbox) & UpdateContext(({rbMode:DisplayMode.Edit}));
New Screen Look:

Radio Control Option Selection Made:
