Error message
Le champ [item_depth_width_height..height.value] a pour valeur [1064 mm] ce qui n'est pas convertible dans le type défini pour ce champ : float
Translation
The field "item_depth_width_height..height.value" has the value "1064 mm" which is not convertible to the type defined for this field: float.
What does this error mean?
The value contains both a number and a unit, but the field only accepts numeric float values.
How to solve this error
- Step 1: Separate the numerical value from the unit of measurement.
- Step 2: Map only the numeric value (1064) to the "value" field.
- Step 3: Map the unit (mm) to the specific unit attribute field.