Custom Script is an event that allows you to run low-code or scripted logic immediately after a record is submitted.
It is used to handle complex calculations, advanced algorithms, or special business rules that cannot be achieved through standard events.
Custom Scripts are used when:
In simple terms:
Custom Scripts extend the platform’s functionality using programmable logic.
The platform currently supports C# for writing Custom Scripts. Using C#, you can:
Custom Scripts are configured under: App Settings → Events → Custom Script
Each Custom Script is linked to:
This ensures the script runs only at the exact stage of the workflow where it is required.