Set Payload is used to set the payload
attribute in message
. It supports expressions and literals. To enter a literal, select the data type and enter the literal in the input box. To enter an expression, select the any
type and write an expression.
Parameter | Data Type | Description | Required | Default Value |
---|---|---|---|---|
Value | any | The data to be saved in payload . |
Yes | None |
The message
output by the component is as detailed below:
message Attribute |
Value |
---|---|
payload | The data entered by the user. |
error |
|
attribute | This attribute inherits the attribute of the previous component. |
variable | This attribute inherits the variable of the previous component. |
Was this page helpful?