I was using a Table View (Javascript) which was very useful to get the user input - it allows the user to select and then we were filtering the output based on user selection.
Using the new Table View node, the selection is still possible but the data are not going through an output port.
Is there a way to do the same as before with the Table View (Javascript)?
I’m afraid this is not possible with the Table View node, as it doesn’t support an output port. But, you can make a selection interactively, and there is an option to display only the selected rows in the view, but you can’t pass those selected rows downstream in the workflow.