Processing data

These processing tools provide additional, often simpler capabilities for data processing beyond functions:

  • Modifier: Transform function output using JavaScript or JSONata.

  • Filter: Generatetrue or false values to interrupt or continue flows.

  • Error Handler: Catch potential errors thrown by a function.

  • Memorizer: Directly work with frontend data, such as user input, without injecting it as an input argument into a function.

  • Recorder: Adds to the list, although it is actually a tool for recording and not processing data.

Last updated