Show
Controlled node
Overview
This node can be used to display the output of a node. The panel contains two different views, one for displaying markdown text and
another for showing data objects in a pretty format. This node is useful for debugging and testing your outputs, if you are familiar with programming languages
this is similar to a print()
statement.
Large amounts of data
If you input a very large amount of data into Show, such as a list of large documents, you may experience decreased performance in the editor.
Inputs
Input | Type | Description | Default |
---|---|---|---|
Value | Any | The data to display | - |
Run | Event | Fires when the node starts running | - |
Panel Controls
The show node panel displays your output, you can toggle between markdown view and prettified JSON, if your output is a list or a dictionary.