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, '+') }}
Thank you in advance for your help