.select
element
The .select
action Creates a dropdown selection menu for choosing options. It belongs to the selects category within the interaction area.
Action Syntax
.select "text"
A quoted text string
.select from $variable
a value followed by A variable name starting with $
.select "text" from $variable
A quoted text string followed by a value followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
value
specifies initial value variable / value
Examples
// Basic Usage
.select "prompt"
// Using Variables
// Display dynamic content from variables
.select from $group-variable
Action code: 4072202679
Version: 0.6.4-12
Last updated: 2025-06-13