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