I think the column resorter node does not work because I can only define ColumnOrder by flow variable but I need a special column at first place which name depends on the input of a sting input variable
I will try to make an example workflow
I think what you missed - is that you need to have an string-array with all columns (in the order you need) to sort it via variable.
For the binning i am not quite sure how to do it (as I never used it before )
It seems beside the column array you need to provide the column-binning-config as a separate variable
indeed as @AnotherFraudUser said to control order in Column Resorter node one most create flow variable type array holding column names in order you would like to be sorted. But why is it important to control column order with flow variables @IlariaL?
Numeric Binner requires numeric column while all columns in example are string so won’t work with or without flow variables.
KNIME Hub is also a way to share a workflow. A easier and a cleaner one