Skip to main content Skip to complementary content

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

  1. Name of the variable to create or update.
  2. Value of the variable.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!