Pipory
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.

NodeDescriptionCredential
Data TableInserts, 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
DatetimeReads the current time, formats a date, or adds/subtracts a duration. Operations: now, format, add, subtract.none
DedupeRemoves duplicate items from an array by field or full value.none
Filter ArrayFilters an array by field, operator, and comparison value.none
MathPerforms arithmetic on numbers pulled from the run context. Operations: add, subtract, multiply, divide, round, min, max.none
MergeCombines two context values into a single object or array.none
RandomGenerates a UUID and a random integer within a range.none
Set FieldsBuilds an object from key/value template pairs resolved against the run context.none
SortSorts an array by a field, ascending or descending.none
Split OutFan 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
SwitchMatches a value against a list of cases and writes the matching case to switchResult.none
Text OpsSplits, joins, replaces, trims, or changes the case of a text value. Operations: split, join, replace, trim, upper, lower.none