IWDatacapture.getItem("/Articles/Article/isGenerate")
HiThe value for the first time from 'IWDatacapture.getItem("/Articles/Article/isGenerate").getValue();' is 'NotGenerated' , and then I set the value as 'canGenerate' , In the TPL when i need to update one of my configuration file , I put this check that if the value for 'isGenerate' is 'canGenerate' then only i edit the configuration.Currently , since the function is getting called for multiple times , the value is getting set as 'doNotgenerate' , and so the configuration file does not get updated.