Configuration Table Value update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Configuration Table Value update
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.
- Labels:
-
Best Practices
-
Coding
-
Examples
-
Troubleshooting
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
