Hello,
I start my projects reading configuration data from an excel file, i use a combination of activities:
- ExcelApplicationScope
- ExcelGetTableRange
- ExcelReadRange
Some times after updating values on the excel file, the process, is still getting old values, like if it’s reading cache data.
How can i solve this, or avoid cache? Thanks.