How-To: Add a Dynamic URL to Query Results

The format() function can be used to create dynamic URLs, saving you from copying and pasting into another browser tab.

For example:

logscale
format("[Link](https://example.com/%s)", field=repo, as=link)

This example generates a Markdown URL that appears as link, with %s replacing the data in the repo field.