Kuika's Get Entity action is used to retrieve a single entity (entity) defined in the system along with its details. This action allows you to retrieve basic information (name, description, category) about a specific entity and, optionally, attribute and attribute value information.
This action is currently available in beta version and is still under development. It is recommended to test it carefully before using it in a production environment.
This action is frequently used on an entity's details page, in edit forms, or when processing related data.
Technical Specifications
- Entity Retrieval (EAV Panel): The Get Entity action works with the following parameters:
- Id (Guid - Required): The unique ID of the entity to be retrieved in the system. It can be defined as fixed or dynamic using the Symbol Picker.
- IncludeAttributes (Boolean - Optional): When set to true, the list of attributes belonging to the entity is also returned.
- IncludeValues (Boolean – Optional): When set to true, not only the attribute definitions but also the values corresponding to these attributes in the entity records are retrieved (e.g., ‘Birth Date’ attribute: ‘John – 12.03.1990’, ‘Maria – 05.06.1985’).
- Data Source Compatibility:
- Id: Fixed, Form Component, Screen Input, Action Result, etc.
- IncludeAttributes / IncludeValues: Fixed (true / false) or can be determined dynamically with Screen Input.
- Web & Mobile Support: The Get Entity action works in both web and mobile applications.