this URL is whatever the URL is for the page at the moment the copy to clipboard action occurs.
Multiple ways to get the unique id into the URL for the clipboard but depends on how you are going to use it…if it should be a parameter or a path or an item in the path list
to create a parameter if it is the first parameter you need a ‘?’ just like in the way there is one before the parameter ‘debug_mode’…if you are adding a parameter that is not the fist parameter in the URL it would not use ‘?’ and instead use ‘&’
If the user unique id is for the current user you can have the text to copy be :website home URL/mypage?id=current users unique id
be aware when using the website home URL it will automatically have the ‘/’ added so you don’t need to add it after using that dynamic expression and can just then type ‘mypage?id=’ and then use the dynamic expression current users unique id
2 Likes