I’m trying to link Seatable with an external JIRA ticketing system. Our table data contains, the ticket number and I want to dynamically create the hyperlinks to the external platform.
I can of course use a formula to concatenate the “base url” as string, with the ticket number into a string which is the correct link address, but this is not a clickable columns as in the “url” column type.
Is it possible to have a dynamic part in the url column type or is there a “hyperlink” formula, which allows to reference another column?
Here what I’d try to do:
You could create a url column and put an automation rule trigger on it. When the content of that column was changed, the automation rule could run a javascript, append the ticket id to the url and overwrite it.
Thanks both for the replies. I realize with the Schaltfläche / Button column I can do exactly this.
Could still be handy as a formula function with return type “url”, but that I can do it with a Button is already great!