Table Hyperlink

Hi,

I want a hyperlink to open in a new window. But when I click on the hyperlink it concatenates the retool app url and the url I've defined. Is there a setting or parameter somewhere that I need to change?

This is how my url is constructed in a custom column:
www.amazon.{{ selectCountry.value }}/s?k={{ currentSourceRow.keyword_keep.replace(/ /g, '+') }}
image

Thank you in advance for your help

Hey @Tanguy!

I believe you need to fully construct the URL or else it thinks it is pointing to an internal app space. Add in the protocol to the front and then the behavior should be as you expect:
image

image

1 Like