Global Methods
The following Global Methods are provided by DronaHQ which can be used in the Javascript Code:
UTILITY
UTILITY
can be used to perform various actions directly from your JavaScript code. It enables you to use actions present in ActionFlow Builder directly from the code, giving you more control over the behavior of your application.
FILEUTILITY
FILEUTILITY
contains methods that are helpful for parsing data from file formats like CSV and JSON. These methods return the parsed data in JSON format, which is suitable to be used with controls on the UI builder.
HELPER
HELPER
methods can help with data manipulation and transformation operations. These methods can be used to manipulate or transform data in String, Array, and Object formats.
Global methods should only be used inside Custom Javascript / JS Code.
Explore Utility Methods
Checkout the documentation for Usage and Examples of Utility Methods
See Utility MethodsExplore File Utility Methods
Checkout the documentation for Usage and Examples of File Utility Methods
See File Utility MethodsExplore Helper Methods
Checkout the documentation for Usage and Examples of Helper Methods
See Helper Methods