@{globals.<name>}. It is handy for things like a default shipping country, a batch reference, or a timestamp that several later steps all need to share.
This step does not change the item itself; it only stores the value behind the scenes for the rest of the run to use.
Fields
Sample data
This example stores the item’s country as a global variable nameddefault_country, then a later step reads it back with @{globals.default_country} and writes it to shipping_country. The stored value is kept behind the scenes, so the visible change shows up only once a later step uses it.
| Field | Value |
|---|---|
| Key | default_country |
| Value | &{order.customer.country} |