Global Action: Log a message

The Log A Message (debug code) Action in Arigato allows users to log detailed debug information for troubleshooting workflows.

Configuring the Action

Field Name Description
Override Action Label A custom title for the Action, shown when editing a workflow.
Title The title for the log entry, helps identify the log message in the logs.
Value The debug information or data to be logged, can include Twig variables for in-depth insights.

Viewing Data

To inspect or dump variables and view the contents of a variable, such as for arrays or objects that contain multiple data points, use the debug Twig filter.

Example that will print all data associated with a product:

{{ product | debug }}

Custom Actions

Using this Action in a Custom Action is supported. See documentation.