Skip to main content

List Push

Category: Lists List Push block screenshot

Appends one value to the end of a list variable. This is the convenience form of `listInsert` with `where=END`.

Inputs

InputRequiredValue KindTypesEnum Values
nameyesstringvariable-name
valueyesexpressionstring, 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.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: dialogs, user input

Source: patterns/ex-ui-build-prompt-form.json

Download JSON

Iterate All Video Tracks

Iterates all video tracks in the active sequence and collects their names.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: track iteration, sequence inspection

Source: patterns/ex-tracks-iterate-active-video.json

Download JSON

Iterate Clips In V1

Resolves V1 and loops over all clip items on that track.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: track iteration, clip iteration

Source: patterns/ex-track-items-iterate-v1-clips.json

Download JSON