Quickforms - Update KNIME Tables

Hello,

Question … Is it possible to update a KNIME table via quickforms when a workflow is executing?
E.g. A user reviews tasks via a dashboard on the server and enters ‘Completed’ in a drop down. Another user can then review what was ‘Updated’ ???

Thank you for your time

Yes, this is possible. You’ll need to pass value through variable to, say, Row Filter.

1 Like

The Javascript table view quickform also allows you to edit tables:

(You cant add columns, but can edit the contents of the table)

Steve

3 Likes

Or, alternatively, you could allow the user to select the rows you want to mark as completed, and do that downstream (the node adds a boolean ‘selected’ column to the table - you might have to enable that somewhere in the node dialogue)

Steve

Thank you all for your responses, i know what to do now

1 Like