web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Variable regularly set...
Power Apps
Unanswered

Variable regularly set in the variable pane, but won't update correctly in the app

(0) ShareShare
ReportReport
Posted on by

Hello, 

i'm facing a weird issue. 

I have an app with several screens. 

 

in my screen A i have a button "play" with this code onVisible

Set(POINTS_PER_QUESTION,1);
Set(STATUS_WAITING,"WAIT");
Set(STATUS_ANSWERED,"ANSWERED");
Set(ACTION_WAITING_MSG,"Scegli la risposta corretta:");
Set(ACTION_CORRECT_MSG,"Complimenti, la risposta è esatta!");
Set(ACTION_WRONG_MSG,"Spiacente, la risposta è errata!");
Set(ACTION_TIMEEXCEEDED_MSG,"Spiacente, la risposta è errata!");

and this code onSelect

//set a global variable to store the round value, round goes from 0 to 4
Set(gameRound, 1);
Set(currentGameStatus, STATUS_WAITING);
Set(gameID, CountRows(Match_1)+1);
//navigate to the game screen
Navigate(Game,ScreenTransition.Cover);

 

in my Game screen i have no code in my onVisible, and I have a label showing the variable currentGameStatus.

 

Considering this code, i am expecting that, once in my Game screen, i have currentGameStatus showing the text WAIT.

 

The weird thing is that in my variable panel, i see currentGameStatus as WAIT, but my label is showing nothing... and considering i have some controls based on that status, i cannot use it. What am i doing wrong? is it a bug?

 

thank you

Categories:
I have the same question (0)
  • turnerj3 Profile Picture
    2,039 on at

    So for the Text of your label you have currentGameStatus?

  • Antonioclk Profile Picture
    on at

    it is empty... and some other time it has "ANSWERED" instead of "WAIT" how can it be possible????

  • turnerj3 Profile Picture
    2,039 on at

    What is your code for current game status?

  • Antonioclk Profile Picture
    on at

    what do you mean? the code is the one shown in the post... i then use it to make some status evaluation, do you want to see that code too?

  • turnerj3 Profile Picture
    2,039 on at

    My bad, I want to see what all you have for the label that is supposed to display the variable.

  • Antonioclk Profile Picture
    on at

    basically...

    • in the screen A, when clicking a button, i set the currentGameStatus variable and send to the Game screen

     

    Set(currentGameStatus, STATUS_WAITING);
    Navigate(Game,ScreenTransition.Cover);

     

    • once in the Game screen i show the variable with this code

     

    "game status "& currentGameStatus

     

     

    the STATUS_WAITING is set in the screen A onVisible 

     

    Set(STATUS_WAITING,"WAIT");

     

     

    from my point of view, the label should show "WAIT". instead is empty... why?

  • turnerj3 Profile Picture
    2,039 on at

    Have you written a label like this before? It looks like it should work, but for testing try just removing "game status "& and just use the variable or try Concatenate(“game status “, currentGameStatus)

  • Antonioclk Profile Picture
    on at

    same... it seems it's the name of the variable, i just created a new var with a different name and the same code and it worked

  • turnerj3 Profile Picture
    2,039 on at

    Glad you worked it out. These things can be frustrating.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard