How to use variables

Script variables

Script variables are variables that temporarily hold values when a script is run. You can use script variables when you want to temporarily store adapter results data and use it for a subsequent operation.

You can perform operations such as "exchanging data resources" and "converting/processing" by using Mapper.

You can perform "converting/processing" by using Mapper logic.

You cannot use specific words for script variable names. For details on specific words, refer to Specific words in First Step Guide.