Data Utilities
Data Utilities provide the basic data types used throughout workflows.
They allow you to define values, pass information between blocks, and control logic flow.
This page explains each data utility block in detail, including what it does, what it accepts, and what it outputs.
Blocks
String The String block represents text. What does it do? The String block creates and stores text values that can be used anywhere text is required in a workflow Input
Manully Typed Text.
Ouput from another block that returens a string (e.g., a player name)
Output Number The Number block represents numeric values. What does it do? The number block creates and stores numbers for calculations and comparisions. Input
A manually entered number
Output from another block that returns a number
Output Boolean The Boolean block represents a true/false value. What does it do? The boolean block creates and stores logical true/false values which can be used to control workflow decisions. Input
‘true’ or ‘false’ selected manually.
Output from another block that returns a boolean (e.g. isStaff)
Output
A boolean value (true or false)
Need help? Still have questions? Join our Discord server for support.
Last modified on July 4, 2026