Data Types

Understand the data types used by Node Properties and Workflow data.

32 Articles

Array Data Type v1

An Array represents an ordered collection of values.

Array Data Type v2

An Array represents an ordered collection of values.

Boolean Data Type v1

A Boolean contains either true or false.

Boolean Data Type v2

A Boolean contains either true or false.

Byte Data Type v1

A Byte value represents a .

Byte Data Type v2

A Byte is an unsigned 8-bit integer.

Connection Data Type v1

A Connection Property supplies a Node with the endpoint, credentials, and related configuration it requires to access another system.

Connection Data Type v2

A Connection Property supplies a Node with the endpoint, credentials, and related configuration it requires to access another system.

Connection Key Data Type v2

The connectionKey type identifies the Connection that a Node Method must use.

Data Types v2

Data types describe the values that Workflows receive, map, and return.

DateTime Data Type v1

A DateTime represents a date and time.

DateTime Data Type v2

A DateTime represents a date and time.

Double Data Type v1

A Double is a double-precision floating-point number that can contain fractional values and a wide numeric range.

Double Data Type v2

A Double is a double-precision floating-point number that can contain fractional values and a wide numeric range.

Enum Data Type v2

An Enum Property contains one value selected from a Node Method's published option set.

GUID Data Type v1

A GUID is a 128-bit identifier used to identify an object with practical global uniqueness.

GUID Data Type v2

A GUID is a 128-bit identifier used to identify an object with practical global uniqueness.

Int32 Data Type v1

An Int32 contains a signed 32-bit whole number from -2,147,483,648 through 2,147,483,647.

Int32 Data Type v2

An Integer contains a whole number.

JSON Data Type v1

JSON is a document format.

List Data Type v1

In a Node Property, a List is a .

Masked Data Type v2

A Masked Property is a sensitive field in a Connection definition.

Multiline Text Data Type v1

A Multiline Text Property is a String expected to contain multiple lines of text.

Multiline Text Data Type v2

A Multiline Text Property is a String with a designer hint that provides a larger text editor.

Object Data Type v1

An Object contains a value whose exact structure is not fixed by the Property metadata.

Object Data Type v2

An Object contains named fields.

Password Data Type v1

A Password is a String data type that the Console renders as a password text box.

Secret Data Type v1

A Secret is a String data type that Console renders as a password text box.

Stream Data Type v2

A Stream represents opaque content such as a file body, document content, or request payload.

String Data Type v1

A String contains text.

String Data Type v2

A String contains text.

XML Data Type v1

XML is a document format.