> 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-nl/marketplace-pakketten-en-power-ups/power-ups/formulieren/gebruik-formulieren-met-workflows.md).

# Gebruik Formulieren met workflows

Formulieren werken goed binnen workflows.

Zo zorgt u ervoor dat medewerkers het juiste formulier op de juiste stap in het proces invullen.

### Waarom Formulieren en workflows combineren

Deze opzet helpt wanneer u wilt:

* een vaste werkvolgorde afdwingen
* ontbrekende informatie verminderen
* het proces consistent houden binnen het team

{% stepper %}
{% step %}

### Open de workflow

Ga naar de workflow die u wilt bewerken.
{% endstep %}

{% step %}

### Voeg een formulierstap toe

Voeg het workflow-staptype toe dat een formulier gebruikt.
{% endstep %}

{% step %}

### Selecteer het formulier

Kies het formulier dat in die stap moet worden ingevuld.
{% endstep %}

{% step %}

### Sla de workflow op

Sla de workflow op.
{% endstep %}

{% step %}

### Test de flow in de App

Open een Werkbon die de workflow gebruikt.

Controleer of het formulier op het juiste moment verschijnt.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>Waarom een formulier in een workflow gebruiken in plaats van het alleen aan een Werkbon te koppelen?</summary>

Een workflow maakt het formulier onderdeel van een vaste reeks.

</details>

<details>

<summary>Kan ik meer dan één formulierstap aan een workflow toevoegen?</summary>

Ja.

Dat hangt af van hoe uw workflow is ontworpen.

</details>

<details>

<summary>Moet ik de workflow in de App testen?</summary>

Ja.

Test altijd de volledige medewerkerflow vóór uitrol.

</details>

### Gerelateerde onderwerpen

* [Koppel formulieren aan Werkbonnen](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/formulieren/koppel-formulieren-aan-werkbonnen.md)
* [Werkstromen](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows.md)
* [Soorten werkstroomstappen](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows/workflowstaptypen.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-nl/marketplace-pakketten-en-power-ups/power-ups/formulieren/gebruik-formulieren-met-workflows.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.
