# VidiCore Create Collection Action

This node creates a new VidiCore project collection for a Premiere Pro project. The collection name and the URL of the VidiCore system can be defined in the node settings.

Optionally, a list of VidiCore metadata to be added to the collection can be specified, provided that the metadata already exists in VidiCore.

{% hint style="info" %}
Only metadata entries that start with a "V3" tag can be set.
{% endhint %}

\
When executed, the node generates both a parent and a child collection in the VidiCore system, which can be retrieved via the wildcard [{stream.last.result.?}](/helmut4-releases/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/stream-last_result.md):

\
•  {node.result.?\_0}  returns the child EditMateProjectVersion collection ID \
•  {node.result.?\_1}  returns the parent EditMateProject collection ID.

<figure><img src="/files/z7YginLvxLSDyt78a7Vb" alt="" width="347"><figcaption><p>VidiCore Create Collection Action</p></figcaption></figure>

{% hint style="info" %}
For proceeding this action successfully it is necessary that an internal "Helmut ID" will be extracted during the operation. This can only be provided when a project object will be processed. For that, it is recommended to add this node into an event trigger that holds the related information e.g. CREATE\_PROJECT or CUSTOM\_FX.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/third-party/vidispine/vidicore/vidicore-create-collection-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
