List Push
Appends one value to the end of a list variable. This is the convenience form of `listInsert` with `where=END`.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
name | yes | string | variable-name | — |
value | yes | expression | string, number, boolean, reference, array | — |
Notes
No additional notes are available yet.
Examples
Build A Prompt Dialog
Shows how to build a multi-field dialog from several `UI Prompt Field` values and one `UI Prompt Form` block.
Topics: dialogs, user input
Source: patterns/ex-ui-build-prompt-form.json
Iterate All Video Tracks
Iterates all video tracks in the active sequence and collects their names.
Topics: track iteration, sequence inspection
Source: patterns/ex-tracks-iterate-active-video.json
Iterate Clips In V1
Resolves V1 and loops over all clip items on that track.
Topics: track iteration, clip iteration
Source: patterns/ex-track-items-iterate-v1-clips.json