The print
action print text to ui for app development and testing. It belongs to the utils category within the undefined area.
Action Syntax
print "text"
A quoted text string
print $variable
A variable name starting with $
Examples
// Basic Usage
print "debug output here"
// Using Variables
// Display dynamic content from variables
print $outputtext
Action code: 3208212403
Version: 0.0.1-3
Last updated: 2025-06-13