Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Command Designer - Navigate to a specified create Form in Model Driven App

(0) ShareShare
ReportReport
Posted on by 35

How can I navigate to a specified create form (new form) in a Model Driven App by the click on a Command Bar button using PowerFX?

 

Categories:
  • Len C Profile Picture
    375 on at
    Re: Command Designer - Navigate to a specified create Form in Model Driven App

    Hi @mgr . Did you ever get an answer to this?

  • Verified answer
    SBax Profile Picture
    1,348 on at
    Re: Command Designer - Navigate to a specified create Form in Model Driven App

    You could use the power FX navigate function

     

    For example if you were working with a gallery, you would do something like:

     

    Navigate( 

      AccountGallery.Selected, 

      { Page: 'Accounts (Forms)'.Account  //this is the name of your form//} )

     

    In theory, a variation on this would work from a command button 

     

    Navigate( { Page: 'Accounts (Forms)'.Account } )

     

    As you are working with Power FX, this should work from an ALM perspective 

  • moko33 Profile Picture
    35 on at
    Re: Command Designer - Navigate to a specified create Form in Model Driven App

    Hi rampprakash, thanks for the hint. I would need it to survive ALM process into Production by using managed solutions. The URL should not include hard coded App ID or system url.

    Any more ideas how to get it to work. Maybe using environment variables for these two and dynamically composing the URL, if possible. I have to try it.

  • Ram Prakash Profile Picture
    5,166 Super User 2025 Season 1 on at
    Re: Command Designer - Navigate to a specified create Form in Model Driven App

    Hi @mgr 

     

    Are you trying to create a custom Button to navigate ?

     

    If Yes then Open the Entity Where you want to Navigate copy the url and Paste the Same in Command Bar in URL to proceed the same

     

    Please mark as Answer if it is helpful and provide Kudos


    Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA

    Blog : https://microsoftcrmtechie.blogspot.com

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics