Hi,
I’m new to UiPath Apps and currently learning it. I want to know how to open or navigate to an external URL when I click the Submit button in my app.
Can someone please guide me on how to do this in UiPath Apps?
Thanks in advance.
Hi,
I’m new to UiPath Apps and currently learning it. I want to know how to open or navigate to an external URL when I click the Submit button in my app.
Can someone please guide me on how to do this in UiPath Apps?
Thanks in advance.
Click your app’s Submit button → go to Events (right side) → create a new rule → add action Open URL.
Try this
On the Submit button, go to Rules, add Open URL / Navigate to URL, and pass the external link (hardcoded or from a variable). When the button is clicked, the URL opens in a new browser tab.
Okay thanks,
let me check on my end.
if you want to open in app itself then use open url in apps activity contrary to Open browser in the triggered workflow. this ensures the app context is not lost
Also you have option to open in new tab or the same tab as well
chers
Thank you everyone for your contribution.
This solved my problem, Thank you @sayali.p ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.