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.

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