Node reference
Data & Utilities
12 nodes in the Data & Utilities category - what each one does and which credential it needs.
12 nodes in this category. Every entry below is generated straight from the node catalog and wiring manifests, so it never drifts from what the node panel actually ships. See Credentials for how per-node credentials work.
| Node | Description | Credential |
|---|---|---|
| Data Table | Inserts, looks up, updates, or deletes rows in a per-user data table by key, capped at 1000 rows per query. Operations: insert, get, update, delete. | none |
| Datetime | Reads the current time, formats a date, or adds/subtracts a duration. Operations: now, format, add, subtract. | none |
| Dedupe | Removes duplicate items from an array by field or full value. | none |
| Filter Array | Filters an array by field, operator, and comparison value. | none |
| Math | Performs arithmetic on numbers pulled from the run context. Operations: add, subtract, multiply, divide, round, min, max. | none |
| Merge | Combines two context values into a single object or array. | none |
| Random | Generates a UUID and a random integer within a range. | none |
| Set Fields | Builds an object from key/value template pairs resolved against the run context. | none |
| Sort | Sorts an array by a field, ascending or descending. | none |
| Split Out | Fan an array out into one normalized item per element, with optional field filtering and flattening; outputs an items array and count that drops straight into a Loop node. | none |
| Switch | Matches a value against a list of cases and writes the matching case to switchResult. | none |
| Text Ops | Splits, joins, replaces, trims, or changes the case of a text value. Operations: split, join, replace, trim, upper, lower. | none |