Skip to main content

Do Application Start

Last updated 29/10/2025

The Do Application Start event runs automatically when the application s first deployed to the cloud. This will apply to the development,testing, and production deployments. It will be triggered automatically when the application is deployed an runs once, before any user interactions occur, and is typically used to initializ resources, set global variables, or perform setup tasks requied for your application to function properly.

Examples

A few examples how you can use Do Application Start are as follows:

  • Example 1 - Audit Tracking
  • Example 2 - Data Loading