Question
Want to read column value from DataTable
HI, I wanted to read value from datatable and use is it in thing service. We have "GetDataTableEntry" and "GetDataTableEntries" API available, but it will return whole row. But I need to read value of perticular column. Do we have any API to which I will pass row ID and column name and it will return Value ?

