Get Entity Attribute Values Action Advanced Customisations

  • Use with Dynamic Forms: This action usually works in conjunction with Get Entity Attributes. First, the attribute structure is retrieved, then the values.
  • Caching/Storage: The retrieved values are stored in an Object Variable with Set Value and can be reused within the application.
  • Conditional Display: The visibility or access of certain components can be controlled based on the retrieved values (If).

Technical Risks

  • Missing EntityId: The action does not work if the parameter is empty or incorrect.
  • Empty Result: If the entity does not yet contain an attribute value, the returned JSON may be empty.
  • Data Type Mismatch: Ensure that the form elements of the retrieved values are compatible (e.g., linking a boolean value to a checkbox).
  • Performance: The loading time of this action should be carefully tested for entities with a large number of attributes.

The Get Entity Attribute Values action is an effective tool in the Kuika platform for quickly and collectively retrieving entity-based data. It offers ideal solutions, especially in dynamic form scenarios or data detail screens where all attribute values need to be managed together.