NView not defined in the Workflow

NView not defined in the Workflow

 I got this error message when attempting to save a section code ...

NView not defined in the Workflow

My code is 

 selected_vehiculo= Veh_culos[Cliente_ID = cod_Cliente];
    
    clear row.ECO;
    for each x in selected_vehiculo.ECO
    {
        row.ECO:ui.append(x.ECO);
    }


How can i fix this problem?