Question
deleting datatable entries through service
for(var j=0;j<oldTaskName_IT_copy.rows.length;j++){
Things[productionPlannerDTName].DeleteDataTableEntries({
values : oldTaskName_IT_copy[j]/* INFOTABLE */
});
}
when i executes this code, iam getting an error - " JavaException: java.lang.Exception: Unable To Convert From com.thingworx.types.collections.ValueCollection to INFOTABLE ". How to solve this.

