Skip to main content
6-Contributor
September 6, 2022
Solved

Configuration Table Value update

  • September 6, 2022
  • 1 reply
  • 1021 views

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

Best answer by PaiChung

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.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
September 6, 2022

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.