Flow Builder
The Flow Builder is a node-based configuration environment to build application logic. It lets you configure and connect single nodes (sometimes called functions) so they become flows.
Last updated
The Flow Builder is a node-based configuration environment to build application logic. It lets you configure and connect single nodes (sometimes called functions) so they become flows.
Last updated
The Flow Builder was introduced with v84. Earlier it was called Logic Board.
The Flow Builder provides an endless canvas to place, move and group nodes.
Nodes (functions): Instead of programming, you configure nodes and connect them. Each node represents a function and is designed to perform a specific action. It uses input arguments and provides an output result for further processing.
Node extensions are useful tools to modify, filter or record output on the fly. You can use JSONata or plain JavaScript to express your custom modifications or filters.
Objects are like smart containers that combine information (data) and actions (functions) together. They are useful if many instances of a same template (class) must be managed, where each instance needs to keep an isolated context (state).
Utilities: Pre-built, specific functions and objects aiding to build complex data processing logic.