In an HR application, you want to create custom forms for each application type. Each form has its own entity:
- The user fills out the ‘Create New Application Type’ form.
- When the “Save” button is clicked, the Create Entity action runs.
- The system defines new entities such as ‘job application’ and ‘internship application’.
- Attributes (e.g., ‘graduation year’, ‘number of references’) are then added to these entities.