1. Define the Action in UI Design
- Open your project in the Kuika platform.
- Go to the UI Design module.
- Open the screen where you want to display the attribute list.
- For example, create a button named ‘List Fields’.
- To make it work when this button is clicked: + ADD ACTION > OnClick > EAV > Attribute > Select the Get Attributes action.
2. Configure Action Parameters (Optional)
- CategoryId:
- Symbol Picker > Fixed > Guid
- or Component > Select Box (the field where the user selects the category)
- or Action Result (ID taken from another action result)
If no category is specified, all attributes are returned; if a category is specified, only attributes belonging to that group are listed.
3. Using the Results
The attribute list returned by the Get Attributes action can be used in the following areas:
- Connecting to a Select Box element to allow the user to make a selection
- Listing in a Table element
- Using it as an auxiliary data source for conditional visibility, data filtering, etc.