Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I wrote a service to update all the values of a thing to DataTable.
But i need to do the same when automatically, when the new data updates in a thing.
Pls support in writing a sub'n which triggers the service and updates the DataTable whenever the particular property updates in a thing
Thanks all, got it
Hi,
Use datachange event of property in subscription. Within subscription call the service to update the value to datatable.
Hope this helps!!