I was trying this workflow for creating a clickable link. The workflow works fine in AP. However, in the hub portal, the link are working and they are appear as string.
With 5.2.x we introduced sanitisation in all of our views per default. While this will improve security it also killed some use cases where code/html execution was actually wanted. We introduced safer and hopefully easier ways to embed links into our table. This will only work for the new table view and not for the Table View (JavaScript). See the attached workflow for an example.
Thanks for the information.
Can you share the expression for Column expression node. It is showing me blank:
My KNIME version is 5.2.x and the shared workflow is created at 5.3.
the used expression was: htmlLink("link to knime", column("column1"))
Did you pull in a new expression node? I just want to understand why the expression has vanished
Make sure that the type of the expression is set to HTML.
It might be that you are missing the KNIME Reporting extension. Can you verify that you have installed this extension and see if this resolves your problem?