Stores a value in the Agent’s state. Use to remember data across steps.

Fields

NameTypeControlDefaultDescriptionOptionsValidation
State elementText--The name of the state element. If set to ‘my_var’ the value will be available at @ when using as part of a template.--
Value typeText-text-
  • text - Plain text
  • JSON - JSON
-
ValueTextTextarea----

End states

Below are the possible end states of the block call.

NameFieldTypeDescription
Success-successIf the function doesn’t raise an Exception.
Error-errorIf the function raises an Exception.