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 / Radio Button - label v...
Power Apps
Answered

Radio Button - label vs value

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

So, I've a Radio button that I've populated from a Table.  Simple example here:

 

Table({Name:mydatasource.d_copy0,Value:0},{Name:mydatasource.d_copy1,Value:1},etc...)

 

The label (value) for the Radio button is showing is using the Name field in the table and when selected the radio.selected.value is showing the label - is there a way i can get it to show the Value field instead instead (I don't mean in the control - i want the text there, but as an output) or do I need to filter the table based on the Name field to obtain the Value...which seems clunky?

 

Capture.PNG

 

 

Categories:
I have the same question (0)
  • Verified answer
    dinusc Profile Picture
    Microsoft Employee on at

    The reason it does not work for you is because the "Value" is a reserved parameter that is assigned automatically.

    Try to modify your formula as following:

    Table({Name:mydatasource.d_copy0,MyValue:0},{Name:mydatasource.d_copy1,MyValue:1},etc...)

    Now, if you set Label1.Text=Radio1.Selected.MyValue then your label will display tha values 0, 1 and so on, depending on selected item.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Doh!  Works perfectly - thanks!  Lesson learnt Smiley Happy

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 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard