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

# VidiCore Add Item To Collection Action

This node adds an existing **VidiCore item** to an existing **VidiCore collection**.

It can be used after an item has been created or identified in VidiCore and needs to be linked to a project-related collection, for example the parent or child collection created by the **VidiCore Create Collection Action V2** node.

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

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

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

**Collection ID**

The ID of the VidiCore collection to which the item should be added as content.

Example:

```
VX-1
```

Common usage with the created project collections:

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

**Item ID**

The ID of the VidiCore item that should be added to the collection.

Example:

```
VX-2
```

***

#### Node Result

The node result contains the ID of the updated collection.

Example:

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

Typical use case:

```
Collection ID: {project.custom.childCollectionVC}
Item ID: {node.result.?}
```
