When you’re building a workflow in Lorikeet, you’ll be passing data between different nodes. Data will be generated by the AI, gathered from the user, or retrieved from external sources. This data can be used to make decisions, provide context, or trigger actions. Ensuring your data is correctly typed goes a long way to ensuring your workflow runs smoothly.

Types of data

Text

Text data is the most common type of data you’ll be passing between nodes. This can be anything from a simple word or phrase to a long paragraph.

Number

Numbers are used to represent quantities or values. You can use numbers to perform calculations, compare values, or trigger actions based on a threshold.

Date

Dates are used to represent points in time. You can use dates to schedule actions, calculate durations, or trigger events based on specific dates.

Boolean

Booleans are used to represent true or false values. You can use booleans to make decisions, or provide context for a specific condition.

Category

Categories are used to group data into distinct classes or categories. You can use categories to classify data, for example a triage level, a product category, or a customer segment.

Unknown

Unknown data is used to represent data that is not yet known or has not been provided. You can use unknown data to handle missing values. Unknown is the most permissive data type.