Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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!!