Console Log Action

Outputs a value to the developer console of the browser using console.log() .

Use it to inspect data, expressions, or values from previous steps during development.

Action Settings

Option Default Type Description
String or Expression None Text Field The message or JavaScript expression to log in the console. Can use data  to access referenced data from other steps. Can use this  to reference the current action target/s. Expressions are only available in the frontend.