Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The PreviewAny node displays a preview of any input data type in text format. It accepts any data type as input and converts it to a readable string representation for viewing. The node automatically handles different data types including strings, numbers, booleans, and complex objects by attempting to serialize them to JSON format.

Inputs

ParameterData TypeRequiredRangeDescription
sourceANYYesAny data typeAccepts any input data type for preview display

Outputs

Output NameData TypeDescription
UI Text DisplayTEXTDisplays the input data converted to text format in the user interface