Copy Link to Clip Board (building link with parameters)

Hi there,

I am trying to create a way to share a link to different items in my database which will display on a “Preview” page. I am copying the link from the home page and the link is supposed to link to the “Preview” page with that data. The “Preview” page operates with URL parameters, so when I am actually on that “Preview” page the web URL has already been built with those URL parameters. However that URL is only built if I am already on the “Preview” page. I am trying to figure out how to generate that URL without having to actually be on the “Preview” page itself, but rather be able to generate that URL on the home page and copy it to the clipboard.

Any help would be much appreciated :slight_smile:

Can you explain or show what you want to do, do you have a item which you want to show in your application public page … you can build that link with that item unique ID, and mark you public page datatype of the item and when you hve the item ID in url that page will automatically show that item, but you hv to adjust privacy rule to not leak data which you don’t want to be public.

I was able to make this work using the unique ID and just building the link in the ‘copy link to clipboard’. I was trying to utilize the title of the piece of data instead of the unique ID (because it’s a cleaner look for the link), but when I go to try to build the link in the ‘copy to link’ workflow, it doesn’t recognize the spaces in the title. It only recognizes the spaces when I am building the link using URL parameters.

This method works though. A compromise of sorts but I”m happy with it :slight_smile: