Icon

kn_​example_​java_​if_​column_​exists_​switch

Use Java Snippet to check if Column is there, fill a FlowVariable and then activate if switch
out_column = "column6";out_if_ = "top";for (int i = getColumnCount(); i-->0;) { if (out_column.equals(getColumnName(i))) { out_if_ = "bottom"; }} Use Java Snippet to check if Column is there, fill a FlowVariable and then activate if switch if column isthere thenbottomcheck if "column6"is there and fill Flow Variablecreate column6(if it is not there)Node 190 IF Switch Java Snippet Table Creator Math Formula End IF out_column = "column6";out_if_ = "top";for (int i = getColumnCount(); i-->0;) { if (out_column.equals(getColumnName(i))) { out_if_ = "bottom"; }} Use Java Snippet to check if Column is there, fill a FlowVariable and then activate if switch if column isthere thenbottomcheck if "column6"is there and fill Flow Variablecreate column6(if it is not there)Node 190 IF Switch Java Snippet Table Creator Math Formula End IF

Nodes

Extensions

Links