Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Unanswered

UpdateContext returning incorrect results. Is this a bug?

(1) ShareShare
ReportReport
Posted on by 19
I am getting a ProjectID number from the database.  The code is being executed in the OnVisible event when I open a screen.
I am used both the UpdateContext and Set functions to test each.  But I noticed they returned different results.  The UpdateContext  function
returned a record, which is incorrect, while the Set function returned a number, which is correct.  Is there a bug in the UpdateContext function?
 
I am using UpdateContext to return a single ProjectID value. from a database table.  For some reason it is returning a record. 
 
 
 
If I use Set, a correct number is returned.
 
 
 
  • WarrenBelz Profile Picture
    148,726 Most Valuable Professional on at
    UpdateContext returning incorrect results. Is this a bug?
    Firstly UpdateContext and Set are two different Variable types - the first only exists on the screen on which it was set (you can have the same Variable name on different screens with completely different value and types) and the second is Global across all screens. It is also important to not that if you have one of each type with the same name, then the Context Variable will take precedent. Can you please post your code in Text as your images are not coming through for me.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1