Allow for dynamic URL links to created and be clicked on dimensions

Thank you for your suggestion, we’ll definitely add that to our list of potential improvements. As for this specific case, I think you can use our HTML format to display the ID as a clickable link.
For example, this field will looks like this with the HTML format:

CONCAT('<a target="_blank" href="https://yourlink.com/', {{ #THIS.id }}, '">', {{ #THIS.id }}, '</a>')

3 Likes