# Metadata Auto Mapper Action

With the help of the Metadata Auto Mapper Action, it is possible to resolve wildcards defined in metadata as default values or strings. There are two situations where this behavior could occur:

1. Using a wildcard that isn't defined in the first place, for example, {project.group} during the "create project trigger."
2. Metadata that has the Pre-Resolve switch disabled.

If either of these situations is true, the metadata of the respective object within the stream would appear in its pure form as {wildcard} or unresolved string. The Metadata Auto Mapper Action will resolve this "raw metadata string" into its correct value.

&#x20;A suitable use case would be the use of a timestamp in a hidden metadata field.

<figure><img src="/files/hzbiX3TeB0uBH4gv2CGP" alt="" width="348"><figcaption><p>Metadata Auto Mapper Action</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/v4.7.0/helmut4-components/streamdesigner/nodes/actions/misc/metadata-auto-mapper-action.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.
