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 / How can I Make a Radio...
Power Apps
Answered

How can I Make a Radio button show "No" when ThisItem is false and Reset when ThisItem IsBlank ?

(0) ShareShare
ReportReport
Posted on by 520
Radio btn - Default:
If(ThisItem.ContactProjectLeader = true, "Yes",
If(ThisItem.ContactProjectLeader = false, "No")
)
//If(IsBlank(ThisItem.ContactProjectLeader), Blank())
//)

This is what I tried, but when choosing No, and submitting the form, the default won`t show the "No", option, it will just reset.

Categories:
I have the same question (0)
  • Himanshu_90677 Profile Picture
    416 on at

    If(ThisItem.contactprojectleader = true, "yes", or if(ThisItem.contactprojectleader = false, "No"))

     

  • Himanshu_90677 Profile Picture
    416 on at

    Screen Onvisible - Reset(Radio)

  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Robert94 ,

     

    Could you please share the Items property of the Radio control? If it is like ["Yes","No"], please try below:

    If(IsBlank(ThisItem.ContactProjectLeader), 
     "", 
     If(ThisItem.ContactProjectLeader = true, 
     "Yes",
     ThisItem.ContactProjectLeader = false, 
     "No"
     )
    )

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • Robert94 Profile Picture
    520 on at

    Table({Key: "Yes", Value:true},{Key: "No", Value:false})

  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Robert94 ,

     

    Try and modify Items to:

    Table({Key: "Yes"},{Key: "No"})

     Default to:

    If(ThisItem.ContactProjectLeader = true, 
     "Yes",
     ThisItem.ContactProjectLeader = false, 
     "No",
     ""
    )

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard