Hello,
On my Submit button, after patching I have variables set to reset the AddMedia control in my components.
The first variable works, and resets as intended, however my second one does not do anything. I've checked to make sure everything is correct in the component but I just want to confirm if this SHOULD work, if so then I am missing something, if not... I'm a bit confused.
UpdateContext({varResetControls:false});
UpdateContext({varResetControls:true});
UpdateContext({varResetControls2:false});
UpdateContext({varResetControls2:true});