For Each Visible Project Item Metadata Column
Projects fields from only the columns currently enabled in the Project Panel's Metadata Display. Use it to audit or export the current panel view, not to discover all project-local or media metadata. At least one output is required; declared outputs initialize to null and retain the final row.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
item | yes | expression | reference, string | — |
columnIdVar | no | string | — | — |
columnNameVar | no | string | — | — |
displayValueVar | no | string | — | — |
Notes
No additional notes are available yet.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.
- Choosing A Project Item Metadata Surface: Explains when to use typed project-item properties, the current Project Panel display, complete project-local metadata, or imported media XMP.
- Get Project Item Property: Reads properties of a project item such as name, media path, or tree path.
- For Each Project Item Project Metadata Property: Iterates project-local metadata properties and projects selected fields into variables.
- For Each Project Item Xmp Property: Iterates normalized imported XMP properties and projects selected fields into variables.
Examples
Project Selected Item Metadata Into Scalar Variables
Iterates visible Project Panel columns, complete project-local properties, and imported XMP properties for the first selected project item, then logs selected projected scalar fields as JSON-escaped ENTRY records.
Topics: project inspection, metadata, xmp, projection loops
Source: probes/ex-project-item-metadata-projections-selected.json