Blocks & Flow EditorCommon

popup

Display an attended popup form to collect user input during flow execution

The popup block displays a popup dialog during flow execution. Use it in attended automations to collect input from the operator or show a confirmation form with custom fields.

Bot Studio popup block configuration with form fields

Configuration

FieldDescription
Display NameLabel shown on the block in the canvas (required).
TitleTitle text displayed at the top of the popup dialog (required).
Form fieldsList of input fields shown in the popup. Click + to add fields. Each row defines one field.

Form field columns

ColumnDescription
NameField label shown to the user in the popup.
TypeInput type: Text, Password, or Number.
Default valuePre-filled value. For multiple options, use comma-separated values.

Outputs

PortDescription
Output 1Message with user-entered values. Field names map to properties on msg for downstream blocks.

Notes

  • Popups require human interaction — use only in attended agent scenarios
  • The flow pauses until the user submits or dismisses the popup
  • Field values entered by the user are available to subsequent blocks via the message object
  • Keep forms short — only collect data the flow actually needs