Console
Last updated
Last updated
Displays messages in the Logs
section console area. This is especially useful in debugging the workflow and the messages can be either static or dynamic.
Message - Content that needs to be displayed. Dynamic fields are selected from Data Hub. Example: {{1.response.first_name}}
, {{special.current_datetime}}
. Static values can be directly provided. Example: HelloWorld
, 12345
It can be a combination of both: {{1.response.first_name}} is created successfully at {{special.current_datetime}}