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 / Pressing button doesn'...
Power Apps
Answered

Pressing button doesn't navigate to form1

(1) ShareShare
ReportReport
Posted on by
I have created a button "Proceed", with below, it doesn't navigate to Form1 when I select "Pakistani and press proceed, can some one help?
If(
    DropdownNationality.Selected.Value <> "Nationality",
    Notify("Thanks for your trust,.", NotificationType.Information),
    Navigate(Form1)
)
Screenshot 2025-01-19 143032.png
Categories:
I have the same question (0)
  • Verified answer
    mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at
    hey
     
     
    you can not navigate to a form, you need to put the screenname instead on which the form is
     
     
    if it helped please mark as verified answer
     
     
    cheers
  • Asutosh Patel Profile Picture
    54 on at

    You cannot navigate directly to a Power Apps form; instead, you need to specify the screen name where the form is located.

    For example:

    If(
    DropdownNationality.Selected.Value <> "Pakistani",
    Notify("Thank you for your trust, but this benefit is limited to Pakistani nationals only.", NotificationType.Information),
    Navigate(YourScreenNameWhereForm1IsLocated)
    )
  • timl Profile Picture
    36,740 Super User 2026 Season 1 on at
    Hi KW-19011816-0
     
    Can you clarify what you mean when you say you want to navigate to Form1 when you select Pakistani and click Proceed?
     
    According to your screenshot below, Form1 is placed beneath the Proceed button and would already be visible when the user selects the nationality and clicks proceed.
     
    If you don't want Form1 to appear when selecting the nationality, create a new screen called 'PAD Ramadan Nationaity' and move ButtonSubmit and DropdownNationality to this new screen. Next, change the OnSelect formula of ButtonSubmit to the following:
     
    If(
       DropdownNationality.Selected.Value <> "Pakistani",
       Notify("Thank you for your trust, but this benefit is limited to Pakistani nationals only.", NotificationType.Information),
       Navigate('PAD Ramadan')
    )
     
     
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard