Skip to main content

panel

A panel that can hold text strings, code blocks, or numbers

Written by Holly Conrad Smith

Use this when you want to display a text string, number, or code block within a flow, for example writing a hard-coded array of key:value pairs.

Outputs

Name

Abbreviation

Type

Access

Description

Value

V

String

Item

The value of the panel

  1. Type your content into the panel

  2. Connect the panel to another node to process its contents

    To use the Panel as a code block, you may have to pass it through the parse node.

    To use the Panel as a number, you may have to pass it through the number block

Did this answer your question?