In my case I need to use blob tool to create an excel output file based on pre-defined template at first and write data in this file. Then I use another Alteryx tool to read the data of output file.
However I find out that if this pre-defined template file includes formulars which read data from other tab then Alteryx won't be able to read data from that tab. I need open and save the output file in order for Alteryx to read it.
For example, my attached workflow will generate an output file which include 2 tabs. Alteryx writes data to the tab "raw" and tab "output" is supposed to read data from tab "raw" based on the embedded formular automatically. However if I don't open and save the output file manually, Alteryx won't be able to read any data from tab "output" of the output file.
I am not sure if this is because the output file is generated by Alteryx automatically, hence I need open the file to refresh the data and save it for later processing. But is there any workaround to resolve this issue?