Data Types
Understand the data types used by Node Properties and Workflow data.
16 Articles
Array Data Type v2
An Array represents an ordered collection of values.
Boolean Data Type v2
A Boolean contains either true or false.
Byte Data Type v2
A Byte is an unsigned 8-bit integer.
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 v2
A DateTime represents a date and time.
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 v2
A GUID is a 128-bit identifier used to identify an object with practical global uniqueness.
Int32 Data Type v2
An Integer contains a whole number.
Masked Data Type v2
A Masked Property is a sensitive field in a Connection definition.
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 v2
An Object contains named fields.
Stream Data Type v2
A Stream represents opaque content such as a file body, document content, or request payload.
String Data Type v2
A String contains text.