# Project Source Custom ?

This wildcard is substituted with a custom value assigned to a specific key set through designated nodes when used within a [Duplicate\_Project](/helmut4-releases/helmut4-components/helmutfx/streams/fx-event-triggers/duplicate_project.md) trigger.

Its purpose is to store project IDs from third-party systems. When the "Medialoopster Create Project Action" is utilized to incorporate a project into Medialoopster, the ID supplied by the MediaLoopster API will be integrated into Helmut's database, linked to the project ID provided by Helmut. If the wildcard is employed during the execution of a stream associated with a project containing a third-party ID, it will resolve to that ID.

* {project.source.custom.?}
* For the following input (?) --> medialoopster
* The output is going to be —> „medialoopster project ID

{% hint style="info" %}
The wildcard can be utilized in accordance with third-party integrations that support it. Currently, this includes MediaLoopster.
{% endhint %}

{% hint style="warning" %}
This wildcard is exclusive to usage in conjunction with a [Duplicate\_Project](/helmut4-releases/helmut4-components/helmutfx/streams/fx-event-triggers/duplicate_project.md) trigger.
{% 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/wildcards/project-related-wildcards-27/project-source-custom.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.
