web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Navigate screen with P...
Power Apps
Unanswered

Navigate screen with Patch

(0) ShareShare
ReportReport
Posted on by

On my Submit button, I have this code:

 

If(
 IsBlank(txtValue.Text) || IsEmpty(drpValue.Selected.Value),
 Notify("Please fill out all fields marked with asterisk (*)", NotificationType.Error), Patch ({update_here});

 

Where can I put my navigate(successscreen)? I tried adding it after patch but it submits even with errors with the Notify message.

Categories:
I have the same question (0)
  • PTBBSolutions Profile Picture
    691 on at

    It should be after the patch indeed, separated with a ';' and before closing the if bracket. Patch({});Navigate())

  • Verified answer
    WarrenBelz Profile Picture
    152,967 Most Valuable Professional on at

    Hi @biancadevera ,

    Try

    If(
     Len(txtValue.Text)=0,
     Notify(
     "Please fill out all fields marked with asterisk (*)", 
     NotificationType.Error
     ),
     Patch(
     {update_here}
     );
     Navigate(SuccessScreen)
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • biancadevera Profile Picture
    on at

    Will try these

  • biancadevera Profile Picture
    on at

    Hi @WarrenBelz  This worked! Thank you.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 840 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 332 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 275

Last 30 days Overall leaderboard