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 group and...
Power Apps
Answered

Radio button group and button OR function (branching logic forms)

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,I'm building the power apps with some screen and questions based on the branching logic. If the user pick nuber 3 from the radiobutoungroup than should see scren 2 and if number 4 screen 4 and so on. 

Screen Shot 2022-04-29 at 8.27.27 AM.png

 

my code is 

If(RadioGroup1.Selected.label='3'),
Navigate('Screen2 - E003-1',ScreenTransition.Fade)
)

 

What I'm doing wrong ?

 

Categories:
I have the same question (0)
  • Verified answer
    eka24 Profile Picture
    20,925 on at

    I think the main issue is the labelRadioGroup1.Selected.label 

     

    However you can use:

    Switch( RadioGroup1.Selected.Value, 3, Navigate( Screen3, ScreenTransition.Fade ), 2,

    Navigate( Screen2, ScreenTransition.Fade ),
     4, Navigate( Screen4, ScreenTransition.Fade ) )

     

    or

    Switch( RadioGroup1.Selected.Value, "3", Navigate( Screen3, ScreenTransition.Fade ), "2", Navigate( Screen2, ScreenTransition.Fade ),
     "4", Navigate( Screen4, ScreenTransition.Fade ) )

     

    If the above does not work, show the items property of the Radio control

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

    Please Subscribe to my Youtube Channel

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard