Skip to main content

Notifications

Power Apps - Power Apps Pro Dev & ISV
Unanswered

fx formula syntax for submitting form and navigating to a success screen

Posted on by 2
I'm trying to add the appropriate action to my Check Mark button. Upon clicking, I want to submit the form then navigate the user to a "successfully submitted" landing page. For some reason, when they click on the Check Mark button, it takes them back to the Browse Screen. My fx formula currently is 
 
SubmitForm(EditForm1);Navigate(SuccessScreen,ScreenTransition.None)
  • ElectricPugh Profile Picture
    ElectricPugh 2 on at
    fx formula syntax for submitting form and navigating to a success screen
    There's a couple of things here.
     
    1. Relocate the Navigate function to the form's OnSuccess property.
      • Forms have built-in error handing. By putting the Navigate function in the button's OnClick property, that error handling capability is undermined. The user should only be moved to the SuccessScreen if the form was submitted successfully.
    2. Is the Navigate function failing to execute because of an error in the form?
      • When you click the Check Mark button, is the new record created in the datasource?
        • If No: there's probably an issue with the form.
        • If Yes: there's something more funky going on.  
  • ronaldwalcott Profile Picture
    ronaldwalcott 903 on at
    fx formula syntax for submitting form and navigating to a success screen
    Not the success slide, this property on the form
     
  • SW-21111818-0 Profile Picture
    SW-21111818-0 2 on at
    fx formula syntax for submitting form and navigating to a success screen
    @ronaldwalcott thanks for helping. To answer your question, I do not have any functions on the Success Slide.
  • ronaldwalcott Profile Picture
    ronaldwalcott 903 on at
    fx formula syntax for submitting form and navigating to a success screen
    Do you have any functions in the OnSuccess action? 

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,297

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,890

Leaderboard