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:

TypeDescription

text

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

numeric

Numeric data including integers and real numbers.

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