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)
Enable Audit Log (Optional): Ensures that the action performed when the action runs is added to the audit log records. This allows you to track who performed attribute creation or update operations, when they were performed, and with which values.
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.