Get Entity Attributes Action Application Steps

1. Entity Selection in the UI

  • A Select Box or table is prepared where the user can select an entity.
  • The id information of the selected entity is retrieved.

2. Action Definition

  • + ADD ACTION > OnClick > EAV > Entity Attributes > Get Entity Attributes
  • The EntityId parameter is determined via the Symbol Picker.
  • Enable Audit Log (Optional): Ensures that actions performed during execution are added to the audit log records. This allows you to track when changes were made to the system, by which user, and within the scope of which action.

3. Using the Action Result

The attribute list can be used with Dynamic Form, Table, Select Box elements or the Set Value action.

  • Example output: [ id, name, dataType, isRequired, defaultValue , ... ]