Data Types
Understand the data types used by Node Properties and Workflow data.
16 Articles
Array Data Type v1
An Array represents an ordered collection of values.
Boolean Data Type v1
A Boolean contains either true or false.
Byte Data Type v1
A Byte value represents a .
Connection Data Type v1
A Connection Property supplies a Node with the endpoint, credentials, and related configuration it requires to access another system.
DateTime Data Type v1
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.
GUID Data Type v1
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.
JSON Data Type v1
JSON is a document format.
List Data Type v1
In a Node Property, a List is a .
Multiline Text Data Type v1
A Multiline Text Property is a String expected to contain multiple lines of text.
Object Data Type v1
An Object contains a value whose exact structure is not fixed by the Property metadata.
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.
String Data Type v1
A String contains text.
XML Data Type v1
XML is a document format.