> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-mit-workflows-verwenden.md).

# Formulare mit Workflows verwenden

Formulare funktionieren gut innerhalb von Workflows.

So wird sichergestellt, dass Mitarbeiter das richtige Formular im richtigen Schritt des Prozesses ausfüllen.

### Warum Formulare und Workflows kombinieren

Dieses Setup hilft, wenn Sie Folgendes möchten:

* eine feste Arbeitsreihenfolge erzwingen
* fehlende Informationen reduzieren
* den Prozess im gesamten Team konsistent halten

{% stepper %}
{% step %}

### Öffnen Sie den Workflow

Gehen Sie zu dem Workflow, den Sie bearbeiten möchten.
{% endstep %}

{% step %}

### Fügen Sie einen Formularschritt hinzu

Fügen Sie den Workflow-Schritt-Typ hinzu, der ein Formular verwendet.
{% endstep %}

{% step %}

### Wählen Sie das Formular aus

Wählen Sie das Formular aus, das in diesem Schritt ausgefüllt werden soll.
{% endstep %}

{% step %}

### Speichern Sie den Workflow

Speichern Sie den Workflow.
{% endstep %}

{% step %}

### Testen Sie den Ablauf in der App

Öffnen Sie einen Arbeitsauftrag, der den Workflow verwendet.

Prüfen Sie, ob das Formular zum richtigen Zeitpunkt angezeigt wird.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>Warum ein Formular in einem Workflow verwenden und es nicht nur mit einem Arbeitsauftrag verknüpfen?</summary>

Ein Workflow macht das Formular zu einem Teil einer festen Reihenfolge.

</details>

<details>

<summary>Kann ich einem Workflow mehr als einen Formularschritt hinzufügen?</summary>

Ja.

Das hängt davon ab, wie Ihr Workflow aufgebaut ist.

</details>

<details>

<summary>Soll ich den Workflow in der App testen?</summary>

Ja.

Testen Sie vor der Einführung immer den vollständigen Mitarbeiterablauf.

</details>

### Verwandte Themen

* [Formulare mit Arbeitsaufträgen verknüpfen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-mit-arbeitsauftragen-verknupfen.md)
* [Arbeitsabläufe](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/workflows.md)
* [Workflow-Schritttypen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/workflows/workflow-schritttypen.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-mit-workflows-verwenden.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
