I’m looking for functionality similar to this one:
My goal is to allow a user to keep/save the configuration of the widget, for example - columns chosen with column filter. It is possible to do it with Analytics Platform, but this option is not present when I’m running workflow in Knime Server (WebPortal).
Unfortunately, it is not possible for a consumer of a workflow to change the default values of a workflow. This is intentional. A workaround could be that someone executing the workflow can write into some shared file/database the new configuration and that the workflow calls this (updated) value.