# Helmut Variable ?

Helmut variables can be used across various streams. The variables need to be set up in the module preferences.

For further informations have a look here: [Helmut Variable](https://docs.helmut.de/helmut4-releases/v4.11.0/helmut4-components/helmutfx/preferences/helmut-variables)

This wildcard is replaced by the value of a variable that was defined in the Helmut preferences. The name/key of the variable is used as input.

### Use of the wildcard

The wildcard is used in the following ways:

* Variable key: test1
* Variable value: hello

<figure><img src="https://content.gitbook.com/content/MDOObhR5m91Ea2DZ1Pfu/blobs/a6QvCx3CpEPfNYRGyaj4/image.png" alt=""><figcaption><p>Helmut variable set up in preferences</p></figcaption></figure>

* {helmut.variable.?}
* For the following input (?) --> test1
  * {helmut.variable.test1}
* The output is going to be --> hello

<figure><img src="https://content.gitbook.com/content/MDOObhR5m91Ea2DZ1Pfu/blobs/9jsSsB7xQpt9Mk2Y5Oq0/image.png" alt="" width="349"><figcaption><p>Usage of a helmut variable</p></figcaption></figure>

{% hint style="warning" %}
Any changes towards helmut variables in the preferences will be available to all nodes referring to the key/value.
{% endhint %}
