> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.13.0/helmut4-components/streamdesigner/nodes/actions/third-party/vidispine/vidicore/vidicore-create-collection-action.md).

# 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.

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

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 starting with a **`V3`** tag can be set.
{% endhint %}

{% hint style="warning" %}
For proceeding this action successfully it is necessary that an internal "Helmut ID" will be extracted This node is intended for use with the **Create Project** trigger in **FX**, or with another event trigger that provides a valid project object, such as **CREATE\_PROJECT** or **CUSTOM\_FX**.
{% endhint %}

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

\
When executed successfully, the node creates both a parent and a child collection in VidiCore:

```
{node.result.?_0}
```

Returns the child **EditMateProjectVersion** collection ID.

```
{node.result.?_1}
```

Returns the parent **EditMateProject** collection ID.

The same collection IDs are also stored as custom project metadata and can be accessed with the following wildcards:

```
{project.custom.childCollectionVC}
```

Returns the **EditMateProjectVersion** collection ID.

```
{project.custom.parentCollectionVC}
```

Returns the **EditMateProject** collection ID.
