console-log
The console-log
action a javascript console.log equivalent. It belongs to the debug category within the dev area.
Action Syntax
console-log "text"
A quoted text string
console-log $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
console-log "message"
// Using Variables
// Display dynamic content from variables
console-log $message
Action code: 849447702
Version: 0.6.4-0
Last updated: 2025-06-13