Kuika's Save Entity Value action is used to create or update the value of an attribute belonging to an entity using a dynamic model. In this action, all the necessary information is collected in a single model structure, and the system performs the operation through this model.
For example, when a user fills out a registration form with information such as name, surname, and email address, this information can be collected within a model and saved to the Users entity in a single operation. If the same user already exists in the system, this action can update the existing data through the same model. This allows both record creation and data update operations to be managed efficiently using a single structure.
Technical Specifications
1. Preparing the Model Object
2. Adding an Action
3. Result
In an application, users need to fill out a dynamic form consisting of different attributes and save this information in the system. These form fields are not predefined fixed fields, but are determined dynamically by the user or the system.
Scenario Steps:
Technical Risks
The Save Entity Value action is a powerful method that facilitates dynamic and comprehensive data recording/updating processes on the Kuika platform. Its model-based structure enables effective management of multiple data fields.