Use Case: Updating Product Attribute Details

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.

  1. The administrator changes the attribute name to ‘referans_adedi’ in the form, leaves the data type as Integer, and updates the description if necessary.
  2. When you click the “Update” button, the ‘Update Attribute’ action is executed and the attribute is saved in the system with its new name.

After this process, the attribute appears with its new name in both the user interface and the data structure and continues to be used.