Hi to all
I'm trying to change the state of global variables but they don't work.
I have:
icon1 -> onselect: Set(GroupVisible; true);;
icon2 -> onselect: Set(GroupVisible; false);; Navigate(scrCrear_1);;
label -> text: GroupVisible (to see the variable)
it doesn't change but I can go to scrCrear_1 screen.
I have tried to put the variable in OnStart -> Set(GroupVisible; true);;
I use PowerApps in Teams.
Thank you