6842
Views
6
Comments
Solved
How to get URL Path
Question

Hi All,


I Want to get current URL.

ex. a.domain.com/application/login.aspx

I want to get just a.domain.com/. 


Thank you.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution
UserImage.jpg
Pratik Giri

WHAT SHOULD i DO FOR ENTIRE URL ?

2019-09-24 18-41-25
Jorge Martins
 
MVP

You can use the built-in GetBookmarkableURL function like @Francisco Jiménez Zamora mentioned below.

2022-10-18 07-32-49
Randall Jodache Chetty

Thanks for sharing 


UserImage.jpg
Matthew Vines

That would be the domain, not the url path. Unfortunately, that key word puts you at the top of any search result for outsystems url path, and I doubt Outsystems moderators will fix it.

2022-11-24 12-49-49
franjzamora

Hello Roman, you can use this function maybe, and after use a Trim function and take the domain only

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.