# 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/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>


---

# 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/result-or-return-wildcards-2/node-result.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.
