Skip to main content
This is the complete catalog of data manipulation functions. Most users will reach for them through the / slash trigger inside any text input — see Data Manipulation for an introduction.

Syntax

  • Arguments are separated by semicolons (;), not commas.
  • Argument types are checked while you edit; type mismatches show up in the preview panel under the input.
  • Functions can be nested freely — any argument can be another function.
  • Quotes around text arguments are optional (combine(John; Smith) and combine("John"; "Smith") both work), except for empty or whitespace-only values — use "" for an empty string and " " for a single-space separator.

Text

Functions that work with strings of text.

Number

Functions for arithmetic and formatting numeric values.

Date

Functions for working with dates and times.

List

Functions for working with collections (arrays of items).

Logic

Functions for conditionals, comparisons, and fallbacks.

Deprecated functions

No functions are currently deprecated. When a function gets replaced or scheduled for removal, it will appear here with the recommended replacement and the version it will be removed in. Saved flows that use a deprecated function keep running — the editor just shows a strikethrough badge to flag the issue.