> 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-add-collection-to-collection-action.md).

# VidiCore Add Collection To Collection Action

This node adds an existing **VidiCore collection** as content to another **VidiCore collection**.

It can be used to build or extend collection hierarchies in VidiCore, for example by adding a child collection such as **EditMateProjectVersion** to a parent collection such as **EditMateProject**.

When executed successfully, the node result contains the ID of the updated parent collection.

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

```
https://myVidiCore.com
```

**Collection ID (child / content)**

The ID of the child collection that should be added as content to the parent collection.

Example:

```
VX-1
```

Common usage:

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

**Collection ID (parent)**

The ID of the parent collection to which the child collection should be added.

Example:

```
VX-2
```

Common usage:

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

***

#### Node Result

The node result contains the ID of the updated parent collection.

Example:

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

Typical usage:

```
Collection ID (child / content): {project.custom.childCollectionVC}
Collection ID (parent): {project.custom.parentCollectionVC}
```
