Skip to main content

Syntax

addToInput(key, value)

Description

Writes a value into the Input object for the execution. This function allows you to store data in the Input object, which can be accessed later in the execution context. Parameters:
  • key — the key in the Input object.
  • value — the value to store.
Returns: void

Example

Last modified on April 21, 2026