Custom Scripts
Apps -> <App> -> Events & actions -> Run Custom script
Last updated
Apps -> <App> -> Events & actions -> Run Custom script
Last updated
The Custom Script Action in AppVerse is an advanced feature that allows users to extend functionality and implement custom logic using scripts. This action is particularly useful for executing complex operations, integrating with external systems, and automating unique business processes.
Custom scripts can be triggered on form submission or record update or can be triggered by an action done manually by the user (user-initiated action)
Scripts can be configured to run only when specific conditions are met.
Supports both synchronous (Strategy - wait) and asynchronous (strategy - emit) modes.
Custom scripts have to be configured first in the Library section. Click Custom Script to know more about custom script configuration.
Notifications can be set up to alert users and administrators in the event of a failure during execution.
Custom Script Action is available exclusively in the Enterprise Subscription of AppVerse.
The following are a few use cases where custom scripts could be quite helpful
Auto-assigning tasks: Assign forms dynamically based on user roles.
Data validation with external APIs: Validate user-entered data against external databases before saving.