> 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-metadata-field-values-to-item-action.md).

# VidiCore Add Metadata Field Values To Item Action

This node adds **VidiCore metadata field values** to an existing **VidiCore item**.

It can be used to enrich an item with additional metadata, for example project metadata, job metadata, export information, technical metadata, or values returned by previous workflow nodes.

The metadata fields must already exist in VidiCore before they can be set by this node.

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

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

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

**Item ID**

The ID of the VidiCore item to which the metadata should be added.

Example:

```
VX-1
```

**VidiCore Metadata Field Values**

A list of VidiCore metadata field values that will be added to the item.

Each entry consists of a metadata field key and its corresponding value.

Example:

```
key: ProjectName
value: {project.name}
```

Another example:

```
key: ExportName
value: {job.name}
```

***

#### Node Result

The node result contains the ID of the updated item.

Example:

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

Typical usage:

```
Item ID: VX-1

VidiCore Metadata Field Values:
key: ProjectName
value: {project.name}
```
