Value Types

In Page Flow/Cloud Flow the Output blocks send out values with a certain type and the Value Parameters within blocks accept data again of certain types. The following table describes the available types:

Type
Description

text

Any textual data including letters, numbers, special characters, etc.

numeric

object

An entity containing named properties and their values.

list

Collection of values

boolean

A binary value e.g. true or false / ON or OFF/ yes or no / etc

element

An entity that represents an element on a page or form

any

A generic value that can be of any of the above types

Last updated