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

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

IsBlank() behaving incorrectly after latest update

(0) ShareShare
ReportReport
Posted on by

Hi everyone,

After Power Apps update 3.25101.19, I've noticed that the IsBlank() function returns true even when the variable is clearly populated — especially when working with variables of type record. This is causing unexpected behavior in conditional logic.

Has anyone else encountered this since the update? Is Microsoft aware of this problem?

 

Thanks in advance for any insights or workarounds!

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    151,627 Most Valuable Professional on at
    IsBlank() behaving incorrectly after latest update
    Have you tried (when dealing with a Record Variable)
    IsBlank(Variable.FieldName)
    where the field is one that would always be populated.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful?
    Visit my blog
    Practical Power Apps    LinkedIn  
  • WarrenBelz Profile Picture
    151,627 Most Valuable Professional on at
    IsBlank() behaving incorrectly after latest update
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn   
  • Suggested answer
    Inogic Profile Picture
    1,118 Super User 2025 Season 2 on at
    IsBlank() behaving incorrectly after latest update
    Hi,
     
    If your variable is of type Record, then IsBlank() may not work correctly after the recent update.
    Instead, use the following:


    IsEmpty( Table( YourRecordVariable ) )


    Hope this will help.
     
    Thanks!
    Inogic

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 686 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 433 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 266 Moderator

Last 30 days Overall leaderboard