> 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.10.1/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/node-result.md).

# Node Result ?

This wildcard is replaced by the output value of a node whose NodeID is used. The node ID of each node that outputs an output value can be copied into the clipboard via the edit palette within the stream designer.

The value of the NodeID will be the same as common outputs like {job.destination}, {job.proxy} and so on.

The function here is the same as one can get by using the wildcard [{stream.last\_result}](/helmut4-releases/v4.10.1/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/stream-last_result.md).

<figure><img src="/files/dHFOSTIIePTgOiv7m0r2" alt=""><figcaption><p>Get NodeID of an action</p></figcaption></figure>

### Use of the wildcard

The wildcard is used in the following ways:

* Use an action like Regex Apply
* Define parameter
* Fetch the result with the syntax {stream.last\_result}

<figure><img src="/files/oVvdXCRaAT6P6kqZzweV" alt=""><figcaption><p>{stream.last_resul} and {node.result.?}</p></figcaption></figure>

The result in this case is equal to {node.result.?}.

<figure><img src="/files/KVdb9bIj9jzeihupWEmx" alt=""><figcaption><p>Comparison {stream.last_resul} and {node.result.?}</p></figcaption></figure>

The difference here is, that this value can be overwritten by another node which is not happening when using {node.result.?}.

\
In case you are using a Job File Copy Action between the Regex Apply and Temporary Variable action the result will be the following

#### Difference {stream.last\_result} vs {node.result.?}

<figure><img src="/files/fi4RJ44YuHAbrl2sUCkh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gxs0HbgjolkSK1iFGPvz" alt=""><figcaption><p>{stream.last_result} vs {node.result.?}</p></figcaption></figure>
