putValueToExternalMap
Creates or updates a variable that can be reused in a Job or a Route.
When using a map in a Job, you can use the putValueToExternalMap function to define a globalMap variable that you can then use in other components.
Note that the putValueToExternalMap function returns the value previously stored in the external map for the given variable. If the variable does not exist, it returns null.
Arguments
- Name of the variable to create or update.
- Value of the variable.