Get Entity Attributes Action Advanced Customisations

  • Conditional Loading: The action is not executed unless the entity is selected (controlled with If).
  • Attribute Filtering: If desired, only attributes of a specific data type or name can be displayed with Filter actions.
  • UI Update: The number and type of components can be dynamically created according to the incoming attributes.

Technical Risks

  • Missing EntityId: Attributes cannot be retrieved if the ID is empty or invalid.
  • Related Data Mismatch: The data types of attributes must be compatible with the Dynamic Form element.
  • Performance: Listing performance should be carefully tested if there are a large number of attributes.

The Get Entity Attributes action is one of the fundamental steps in setting up dynamic forms and data structures in Kuika's EAV architecture. It enables the creation of customised and flexible interfaces by systematically retrieving all fields of a specific entity.