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 to naviga...
Power Apps
Unanswered

Radio Button to navigate to screens

(0) ShareShare
ReportReport
Posted on by 65

In my app I have a Radio Button. Depending on the selection it should navigate to a diffrente screen once the form is submitted. However it's not working. Here is the formulat I have in my OnSucces when I submit my form. : 

 

ForAll(DetailEnvoieCollection;Patch('Détail d''envoie';Defaults('Détail d''envoie');{PART:ColPART;DESCRIPTION:ColDescription;'COUNTRY ORIGIN':ColCountryOrign;'HS CODE':ColHS;QTY:ColQTY;'UNIT TYPE':ColUnitType;'UNIT PRICE':ColUnitCost;CURRENCY:ColCurrency;'# DEMANDE D''ENVOIE':ColEnvNum}));;
Clear(DetailEnvoieCollection);;
If(Radio2.Selected.Value ="OUI";Navigate(ScreenWO;ScreenTransition.None);Navigate(ScreenConfirmation;ScreenTransition.None))

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @SENDAN 

    You are using a Patch to submit your data in the OnSuccess of your form, To troubleshoot where the issue is, get rid of the Patch and simply put the 

    If(Radio2.Selected.Value ="OUI"; 
     Navigate(ScreenWO;ScreenTransition.None);
     Navigate(ScreenConfirmation;ScreenTransition.None)
    )

    In the OnSuccess property of the form.  That way if your screen changes, then you will know that the problem is your Patch statement. 

     

  • SENDAN Profile Picture
    65 on at

    I tried it alone and it still doesn't bring me to the correct screen. 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @SENDAN 

    Are you using SubmitForm(yourformname) in a button? If so, is the data in your form actually being submitted to the data source? 

  • SENDAN Profile Picture
    65 on at

    I do have a button to submit and all the information is transmitted accordingly. 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @SENDAN 

    Please post the exact OnSelect property of that button because it ought to work.

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 401 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