Create module

FlowScript modules contain reusable FlowScript functions, types, and values that can be shared across applications. For example, a module can be used to create functions and types for a specific service or to extend the functionality available in FlowScript in general.

Modules can be created inside an application package or in the application library. Modules inside a package can be used in all applications in the same package but are not visible to applications in other packages. Modules in the application library can be shared across all applications within the organization.

To create a new global module that can be utilized by all your applications, navigate to the application library, click the plus button in the Assets section, and select FlowScript Module.

Enter the name, description and a color of the module.

Module names follow the same rules as FlowScript variables. They can contain alphabetical letters, underscores or numbers, but cannot begin with a number.

Last updated