Data Manipulation

As the name suggests, this group of functions makes it very easy to store, and transform data based on any set of conditions that you define.

Functions in Data Manipulation

Create Variable Create a Variable for use in the function stack or to display on the front-end.

Update Variable Take an existing variable being passed in the function stack and update it.

Conditional Define a set of functions that execute if something is true/false.

Loops If you have a list of items, you can iterate through each one and perform functions.

Math Add/subtract/divide and do much more with numbers

Arrays Functions specific to working with object lists

Objects Manipulate the key/values for objects in the function stack

Text Append, Prepend, Trim Replace and more.

Last updated