Usage Scenario: Defining a Dynamic Application Process

In an HR application, you want to create custom forms for each application type. Each form has its own entity:

  1. The user fills out the ‘Create New Application Type’ form.
  2. When the “Save” button is clicked, the Create Entity action runs.
  3. The system defines new entities such as ‘job application’ and ‘internship application’.
  4. Attributes (e.g., ‘graduation year’, ‘number of references’) are then added to these entities.