Column Resorter: Request

When using the "Column Resorter" node, if you change the input data such that an additional column is present or one less column is present, the node fails. Can it be made to just give an error warning and carry on. Thus if one more column is present, it just leaves it at the end of the list.

Simon.

this is how the use of the column filter is implemented in that node. In the NodeModel it can be set how the include and exclude list is handled (and what happens if a new attribute is added). Without reprogramming you can't change this property (as far as I know)