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
Hi,
I'm storing less frequent data in configuration table, however when i ty to fetch the data using getConfigurationTableRow service only one value is fetched that too old value. How to fetch latest value from configuration table. Is there any way that updates value of config table instead of adding more data,
Thanks,
Adarsh
Solved! Go to Solution.
I would not store 'data' in a configuration table, because that means you are making design changes and it would I believe require a ThingRestart to take effect.
I recommend you use a persistent infotable Property instead.
I would not store 'data' in a configuration table, because that means you are making design changes and it would I believe require a ThingRestart to take effect.
I recommend you use a persistent infotable Property instead.