On an e-commerce platform, a product manager wants to change the name, data type, or default value of an attribute previously defined in the system. For example, an attribute defined as ‘reference_number’ needs to be updated to ‘reference_count’ for clarity.
Steps
The system displays the existing information (Name: referans_sayisi, DataType: Integer, DefaultValue: 0, etc.) in the form with the Get Attribute action.
After this process, the attribute appears with its new name in both the user interface and the data structure and continues to be used.