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.
Thanks!
6 件の回答
If you can use the HYPERLINK function, you can mandate that it open the link in the current window (by using the "_top" parameter).