Table links are not working correctly

When I follow a link in a Table or Text component, it opens the same app in a new tab with the url of the link appended to it.

image

Goes to the following URL:

https://redacted.retool.com/editor/a5cf1a48-dc7b-11ec-876b-bf5a5c625d72/www.google.com

Same problem as in this post, so hopefully the fix applies to both. The workaround does indeed work:

{{ self.slice(0,4) === 'http' ? self : 'https://' + self}}

Hi @bradleymathews, We copy. Thanks for flagging that this also applies to Links on tables—I've added that info to our internal report on the issue. Glad to see that my suggestion is working for you in the meantime!