Hi Team,
I have created a boolean global variable on start of app and updating the value of that variable with a textbox on another screen.
However, when I change the value, it needs a trigger of "Run OnStart" to update the variable value.
There's an admin who have access to that screen and can update the value and that value should remain intact inside the app for others.
variable on start of app
Set(
isEnabled,
TextBox2.Value
);
Is there any alternative way to fix this? Can I refresh the app with Refresh() function?
Really appreciate any help with this!
Thank you!