Hey, I have a local variable "ReauditStatusField".
Now we are in edit mode! I have button "More options" OnSelect: UpdateContext({ReauditStatusField:true}.

When you click on this button you will see two fields and another button "Hide more options" OnSelect: UpdateContext({ReauditStatusField:false}.(button "More options is invisible now).

So the question is: default should be UpdateContext({ReauditStatusField:false}. It means when I come back to view mode and after again to edit this two fields should be hidden by default. But now it works in way: if user didn't hide these two fields by himself and go somhere else and after come back to this page, these two field are not hidden.
How can I achieve it? in my form on visible properties I set UpdateContext({ReauditStatusField:false} but it doesnt work.
Thanks!