flow
(required): The input flow that triggers the Log node.text
(optional, default: ""): The message to be logged to the console.severity
(optional, default: “info”): The severity level of the log message. Can be one of “info”, “warning”, or “error”.payload
(optional, default: ): An object containing additional data to be logged along with the message.flow
: The output flow that is triggered after the log message is recorded.flow
input to the desired point in your spell where you want to log a message.text
input to the message you want to log.severity
level for your log message.payload
input to include additional data in the log.flow
output to the next node in your spell.inputString1
node. The severity is set to “info”. When the spell is run, it will output:
flow
input can result in the Log node not being triggered.text
input will result in an empty log message.