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 / The IsBlank value is n...
Power Apps
Answered

The IsBlank value is not working

(0) ShareShare
ReportReport
Posted on by 261

Hello

 

I am using the following code to check if one of the three fieds are empty it needs to work on a save button:

 

If(
    IsBlank(DataCardValue2.Text) || IsBlank(DataCardValue3.Text) || IsBlank(DataCardKey4.Text),
    Notify(
        "You need to fillout all fields...!!!",
        NotificationType.Error
    ),
    Patch(
        'Brasil-Lookup-Main',
        Form1.Updates
    )
);
 
But it is always saving..., not sure why?
 
Any idea?
Thanks in advance...
 
Cheers
Michael
Categories:
I have the same question (0)
  • VishalJhaveri Profile Picture
    1,169 Moderator on at

     

    If(
     Len(TrimEnds(DataCardValue2.Text))=0 || Len(TrimEnds(DataCardValue3.Text))=0 || Len(TrimEnds(DataCardValue4.Text))=0 ,
     Notify(
     "You need to fillout all fields...!!!",
     NotificationType.Error
     ),
     Patch(
     'Brasil-Lookup-Main',
     Form1.Updates
     )
    );

    If my answer helps you please mark it as solution.

     

  • Verified answer
    MD2024 Profile Picture
    261 on at

    OK, I changed the DataCardKey4.Text to other value and it worked 😉

  • VishalJhaveri Profile Picture
    1,169 Moderator on at

    Can you mark my answer as solution if it worked? @MD2024 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 519

#2
WarrenBelz Profile Picture

WarrenBelz 439 Most Valuable Professional

#3
Vish WR Profile Picture

Vish WR 433

Last 30 days Overall leaderboard