Other
Add to state list
Adds a new item to a list in the Agent’s state. Useful for tracking multiple values over time.
Fields
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
State element | Text | - | - | - | - | - |
Value | Text | Textarea | - | - | - | - |
End states
Below are the possible end states of the block call.
Name | Field | Type | Description |
---|---|---|---|
Success | - | success | If the function doesn’t raise an Exception. |
Error | - | error | If the function raises an Exception. |