Skip to main content

For Each List Item

Category: Control For Each List Item block screenshot

Iterates through all items of a list. If you provide indexVar, the block also exposes the current zero-based iteration index.

Inputs​

InputRequiredValue KindTypesEnum Values
listyesexpressionarray—
itemVaryesstringvariable-name—
indexVarnostringvariable-name—

Notes​

No additional notes are available yet.

Examples​

List Selected Timeline Clips

Reads selected timeline clips as canonical Track Item references and reports their owner Track, kind, timing, and source name.

kind: Pattern · format: runtime-dsl · validation: Schema only

Topics: timeline inspection, selection, track items

Source: patterns/ex-timeline-items-list-selected.json

Download JSON

Export Timeline Clips As Separate Files

Exports matching video Track Items as the complete timeline result, as an isolated clip with directly applied effects, or as the used source-file range. An `.epr` preset remains required for this multi-mode tool.

kind: Recipe · format: persisted-document · validation: Manual workspace

Topics: rendering and export, timeline clips, clip effects, adjustment layers, source ranges, safe cleanup

Source: recipes/ex-render-timeline-clips-as-separate-files.json

Download JSON

List Sequence Markers By Type

Choose a type and list matching sequence markers with start times, names and a count in the run log; no marker changes.

kind: Recipe · format: persisted-document · validation: Schema only

Topics: markers, marker types, read-only reporting

Source: recipes/ex-markers-list-sequence-by-type.json

Download JSON