Skip to main content

Notifications

Community site session details

Community site session details

Session Id : tUb/TFEzlxh94oWo0m9cLD
Power Apps - Building Power Apps
Unanswered

Navigate to a URL from Powerapps

Like (1) ShareShare
ReportReport
Posted on 24 Feb 2021 19:01:16 by 149

I have some customized list forms.

 

Is there any new method to navigate to a URL on success of the form?

  • Sametimer Profile Picture
    10 on 24 Sep 2024 at 11:37:06
    Navigate to a URL from Powerapps
    How can i open the URL in the same browser without open a new tab in my browser?

    LaunchTarget.Replace does not work ;-(
  • chico Profile Picture
    636 on 12 Sep 2022 at 12:59:00
    Re: Navigate to a URL from Powerapps

    can also be done with;

     

    Launch("https://www.google.com", {}, LaunchTarget.Replace )

  • dynamicsgirl Profile Picture
    32 on 30 Jun 2022 at 12:35:29
    Re: Navigate to a URL from Powerapps

    For anyone who still needs a solution, here's a short video showing how to navigate to a URL, staying in the same tab (and also showing the option to open a new tab): https://youtu.be/H8_jqTsC2iY

  • Efcarrillo Profile Picture
    4 on 17 Jun 2022 at 16:43:53
    Re: Navigate to a URL from Powerapps

    that´s the Solution !! Thanks !!

  • Gorilla_8 Profile Picture
    on 11 Apr 2022 at 16:51:44
    Re: Navigate to a URL from Powerapps

    @Nixar 

     

    How I open a link with "{q: ""}" ?

  • Nixar Profile Picture
    28 on 11 Apr 2022 at 16:48:18
    Re: Navigate to a URL from Powerapps

    For me this is working 

    Launch("http://bing.com/search", {q: "Power Apps"}, LaunchTarget.Replace)

  • ArtK Profile Picture
    38 on 27 Feb 2021 at 02:29:57
    Re: Navigate to a URL from Powerapps

    Try:      Launch( "https://bing.com", Replace)

     

    The Target location using replace to open the link is in preview.  (I don't think Replace needs to be in quotes)  The default is New.

     

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param

     

    -Art

  • rohinMVP Profile Picture
    149 on 25 Feb 2021 at 05:06:03
    Re: Navigate to a URL from Powerapps

    Exit() is not working for me.

     

    As I have originally mentioned, my power app is a customized list form. When the form is submitted, the user is taken to the concerned list.

     

    I want to modify the form such that if the form is accessed via newform.aspx or editform.aspx, the user should be taken to the homepage instead of the concerned list.

  • Gorilla_8 Profile Picture
    on 24 Feb 2021 at 21:33:29
    Re: Navigate to a URL from Powerapps

    In that case use you have to close the application and after use launch

    To close a running app with a button simply put the following function in the OnSelect of a button:

     

    Exit()

    This will close the app on desktop or mobile. Also it only works in published version of the app (you will not be able to use this button while in editor in preview mode)

  • rohinMVP Profile Picture
    149 on 24 Feb 2021 at 19:24:23
    Re: Navigate to a URL from Powerapps

    Ji @Gorilla_8

     

    I tried launch, but it is opening the specified url in a new tab, whereas I want to open it in the same tab.

     

    Not sure if it was because of the resetform and other methods I have along with launch. 

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,668 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard