Function extensions
Last updated
Last updated
These tools provide additional, often simpler capabilities for data processing beyond functions:
Modifier: Transform function output using JavaScript or JSONata.
Filter: Interrupt or continue flows by generatetrue
or false
values.
Error Handler: Catch potential errors thrown by a function.
Memorizer: Directly work with UI 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.
To extend a function:
Click the +
icon behind the function output or behind an extension
Select the desired extension
Outputs can have parallel extensions to modify or filter values independently, and extensions can have extensions, too.
To delete an extension:
Right-click on an extension.
Select Delete
.