Custom Functions
The Custom Functions/Utils Panel in nooku provides a dedicated space for creating and managing JavaScript
or TypeScript
utility files, allowing you to write, store, and export custom functions for use across your Nuxt project. This panel is equivalent to the Nuxt utils
folder, giving you a straightforward way to organize reusable code.
Each function that is exported from these utility files will automatically become accessible in the Workflow Builder, enabling you to visually trigger these custom functions within your workflows.