For Each List Item
Iterates through all items of a list. If you provide indexVar, the block also exposes the current zero-based iteration index.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
list | yes | expression | array | — |
itemVar | yes | string | variable-name | — |
indexVar | no | string | variable-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.
Topics: timeline inspection, selection, track items
Source: patterns/ex-timeline-items-list-selected.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.
Topics: rendering and export, timeline clips, clip effects, adjustment layers, source ranges, safe cleanup
Source: recipes/ex-render-timeline-clips-as-separate-files.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.
Topics: markers, marker types, read-only reporting
Source: recipes/ex-markers-list-sequence-by-type.json