Skip to main content
Updated in 4.84
Debug Message Node configuration panel

Description

This Node sends a debug message to the Interaction Panel. Debug messages help you track the flow of data and diagnose issues by providing real-time information about what’s happening during the Flow execution. To view the debug message, enable debug mode.

Parameters

Examples

To show that the message relates to user’s actions, such as completing a task or making a selection, you can use the Debug Message Node with the header User Action. It can be helpful when a user fills out an Adaptive Card form or clicks the Submit button in xApps to confirm an action.
To show that the message relates to an error related to database operations, use the Debug Message Node with the header Database Error. It can be useful for tracking errors that occur during database requests. For example, it can help identify issues when using MongoDB Nodes.

Alternatives

To debug a Flow when your AI Agent experiences issues on the production side, add a Log Message Node.
Last modified on June 15, 2026