Console
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.

Options
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,12345It can be a combination of both:
{{1.response.first_name}} is created successfully at {{special.current_datetime}}
Last updated
Was this helpful?