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 / EditForm behavior not ...
Power Apps
Unanswered

EditForm behavior not hiding datacards when items are in browse gallery

(0) ShareShare
ReportReport
Posted on by 8

Hi Folks,

 

I have an app with a Browse screen and an Edit Screen tied to a SharePoint List. The EditForm has a required radio button that, if nothing is selected, should hide all the other datacards. This behavior works as expected if there are no items in the browse gallery.

 

The browse gallery has the standard "+" icon to add a new entry.

If there are items in the gallery and the user presses the "+" icon for a new entry, the EditForm shows a radio button with nothing selected (expected) , but the other datacards (blank as they should be) are not hidden.

 

 I am using isBlank in the visible property of the datacards I want to hide if that makes a difference.

 

Thanks for your help!

 

 

 

 

 

 

 

Categories:
I have the same question (0)
  • NZ0090 Profile Picture
    317 on at

    @andyw0321 Can you share what you put inside IsBlank()?

  • andyw0321 Profile Picture
    8 on at

    Sure!

     

    DataCard Visible: If(IsBlank(radioButton.Selected.Value), true, false)

  • NZ0090 Profile Picture
    317 on at

    @andyw0321 You're putting this in Visible right? It seems like you've flipped the true and false? If what you want is no datacard to be shown when no value in radio button is selected then it should be:

     

    If(IsBlank(radioButton.Selected.Value), false, true)

     

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @andyw0321 

    IsBlank(radioButton.Selected.Value) is either true or false. No need for If().

     

    @Drrickryp

    Department of Redundancy Department 

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard