Skip to main content
Hello Trailblazer Community,

 

Is there a way to affect a URL in a Screen input on a flow so that when the user clicks on the URL, it opens in the existing browser window.  Currently the behavior opens a new browser window.   Here's the setup:  American Tower is a link to the logon page to the portal.  

 

Open URL in existing browser using Screen in flowReason for opening in existing browser: There currently isn't a elegant out-of-box finish on portal registration.  The footer allows you to add a "Finish" button; but it actually doesn't close the browser or link to a URL; and you can't edit the button. 

 

Thanks!   
6 个回答
  1. 2019年7月10日 20:18
    If you can use the HYPERLINK function, you can mandate that it open the link in the current window (by using the "_top" parameter).
0/9000