I need to define multiple variables and assign them default values. How can I do it in one node? May be in Java Edit variables node? Can you please show me an example.
I am currently using multiple String Input/Integer Input and using Merge Variables.
one option is to use a combination of two nodes: table creator and a table row to variable node.
Table Creator node:
Create a table with only one row, where the column headers are the variable names and the values in the first row are the default values for your variables.
Table Row to Variable node:
Apply this node to your manually created table.