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 : soAK5g49ghBEx3wHu4N/rj
Power Apps - Building Power Apps
Answered

How to hide forms based on radio button?

Like (0) ShareShare
ReportReport
Posted on 14 Feb 2019 23:46:58 by

Hello: How to hide a field in the view from only if not blank but show in edit & new forms. Building PowerApps forms for Sharepoint. Thank you in advanced.

I have the same question (0)
  • Zorg_the_Fluffy Profile Picture
    2 on 20 Feb 2023 at 12:20:39
    Re: How to hide forms based on radio button?

    Hi,

     

    Trying to make a card visible if the user is the same person (same email) as somebody in the selected item.

     

    This doesn't work:

    If(User().Email = ThisItem.'Control Owner 1'.Email, true, false)

     

    Thanks

     

  • Verified answer
    v-xida-msft Profile Picture
    on 16 Feb 2019 at 02:42:00
    Re: How to hide forms based on radio button?

    Hi @FShaw19,

    Could you please share a bit more about your scenario?

    Do you want to hide a field data card within your View Form if the field value is blank?

    I agree with @AndySid 's thought almost. I have made a test on my side, please take a try with the following workaround:

    Within your View Form, set the Visible property of the corresponding Data card  control to following:

    If(IsBlank(ThisItem.ColumnName), false, true)

     

    In addition, if you want to hide a field (Data card) within your View Form based on Radio button control, please take a try with the following formula:

    Set the Visible property of the Data card control to following:

    If(Radio1.Selected.Value = "A specific value", false, true)

     

    Best regards,

  • AndySid Profile Picture
    165 on 15 Feb 2019 at 00:34:26
    Re: How to hide forms based on radio button?

    Hi, you can try something like this in the visible property of the datacard.

    If(IsBlank(ThisItem.fieldName),false,true)

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…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 982 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 396 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 356

Last 30 days Overall leaderboard