I'm trying to "Set(ShowMenu, true)", on the "OnStart" property of the App (global). "ShowMenu" is already being declared on a local variable using "UpdateContext({ShowMenu: false})" on another screen.
I'm getting this: "Unexpected Characters. The formula contains Indent where Control is expected"
I'm assuming this is because of the scope conflict of these two variables.
I'm doing this because on the start of the App I have a lateral menu that should be hidden but is not.
Many thanks