Dashboard/Workflow Nodes
Form Input
FastGPT Form Input node overview
Characteristics
- User interaction
- Can be added multiple times
- Trigger-based execution

What It Does
The Form Input node is a user interaction node. When triggered, the conversation enters an "interactive" state -- the workflow state is saved and execution pauses until the user completes the interaction.

In the example above, when the Form Input node is triggered, the chat box is hidden and the conversation enters interactive mode.

After the user fills in the required fields and clicks submit, the node collects the form data and passes it to subsequent nodes.
Use Cases
Precisely collect specific user information, then perform follow-up operations based on that data.
Edit on GitHub
File Updated