Function Extensions
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 generating
true
orfalse
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: A tool for recording data in InfluxDB.
Extending functions
To extend a function:
Click the
+
icon behind the function output or behind an extensionSelect the desired extension

Outputs can have parallel extensions to modify or filter values independently, and extensions can have extensions, too.

Deleting extensions
To delete an extension:
Right-click on an extension.
Select
Delete
.
Last updated