Brick Input Data Types
Most bricks have input fields for configuring the brick.
Each field accepts various input types, depending on the field.
Here are all the available field types:
Select: a dropdown of pre-defined options to select from
Text: text fields that accept any text, and support templates. See the Text Template Guide
Variable: a variable from a preceding brick βΉοΈ If you are in the text entry mode and type
@
, the field will automatically switch to variable entry modeToggle: pass true/false by toggling on or off
Array: provide zero of more values to the field
Object(K:V): passing key:value pairs of data
Exclude: donβt pass a value for the field
Pro-tip: when the field is currently in exclude mode you can click on the field and start typing.
Last updated