goto
The goto
action Jumps to a different block in your app. It belongs to the goto category within the system area.
Action Syntax
goto [file]
A file reference
goto $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
no-clear
prevents clearing the screen when jumping
Examples
// Basic Usage
goto [block-name]
// Using Variables
// Display dynamic content from variables
goto $block-variable
Action code: 939178168
Version: 0.6.4-0
Last updated: 2025-06-13