Do you have some example?
Hi @Luis Pinto ,
https://www.outsystems.com/forums/discussion/61018/copy-to-clipboard-button/
I think this post will solve your issue.
Hello
Kindly add more information to the following post,
Can you please add the information to your post, so that community can answer accordingly
ThanksTousif Khan
From where would you like to copy the link?
I would like to copy the link from the current page.
How do you want to copy the link?
placing by javascript for user to copy this link in another app.
What have you done so far?
I mean do you want the Link which shows on the browser Like this
And do you want this to copy on a button click or automatically when the page loads?
With Button Link, but the link can't bring security information like id and etc, I have to reassemble the link when using ctrl-v.
You can use the GetBookmarkableURL function to get the current page url -
You need to take the dependency from the HttpRequestHandler module .
Reference Url - https://success.outsystems.com/documentation/11/reference/outsystems_language/logic/built_in_functions/url/
also some alternatives -
Now once you get the URL you can copy the URL via these approaches -
I hope this will help
Thanks