map_input() and map_output() methods. To do this, call map_input() or map_output() in your node and provide the following values:
-
map_input()ParametersParameter Type Required Description input_variable string Yes The variable you want to map. expression string Yes The expression used to map the input. default_value string No The default value for the mapped input. -
map_output()ParametersParameter Type Required Description output_variable string Yes The variable you want to map. expression string Yes The expression used to map the output. default_value string No The default value for the mapped output.
map_input() and map_output() to map values for a node:
Python

