Solved
Add row in DataTable
Hi All,
I am creating a service that add row into a DataTable.
The problem is..I dont know my fields name.
So what I need is to iterate through the fields and add the values I want.
Something like...
for(each field){
myDataTable.field.value = value[x];
x++;
}
But in "Thingworx language".
Any tips?
Thanks!

