When to use it
Use this node when you need to collect multiple pieces of data from the user in an organized way on a single screen, instead of asking multiple individual questions. It is especially useful for:- Registration forms
- Satisfaction surveys
- Shipping data collection
- Any scenario where you need multiple fields at once
Requirements
- Approved and verified Meta Business account
- Flows created in WhatsApp Manager
- Not all devices or versions of WhatsApp support this feature — test before launching in production
Configuration
- Flow selection: Choose a published or draft Flow from your WhatsApp Business account
- Button text: The text on the button the user taps to open the form
- Flow action: Defines how the Flow behaves when it opens:
- Navigate: the Flow opens on a predefined static screen (default behavior).
- Data exchange: on open, WhatsApp calls the business endpoint, which dynamically resolves the initial screen and its data.
- Dynamic data (optional): Pass data from the flow to the form using variables (for example,
{{$memory.userId}})