We have two alteryx tools: one to generate excel packages and another one to read the data from all the packs to summarize. The first one copied data to some of the tabs in excel package and the prebuild formula will calculate other tabs based on the data the first alteryx workflow copied in. And the second alteryx workflow will read from the tabs populated by formulas.
However, for all the excel packages we generated, we need to open those files and close them at least once. Otherwise, the second tool cannot read anything.
Does anyone ever have this issue and how did you solve it? Thanks!