Hello
I have an Excel file with 2 sheets, one called "data" where I fill the data from Alteryx,
and the 2nd called "formatted data" where I refer to the first sheet (using formula) to get the data and format it.
The problem is that after exporting the data from Alteryx, I get the Protected View message in Excel when opening the file, and I need to click "Enable Editing" in order to view the data in the "formatted data" sheet.

If I don't click "Enable Editing" (and re-save the file), I will not be able to re-read the data from the "formatted data" sheet in Alteryx. Alteryx will show always return the out-of-date data (not the recent one). i.e., the calculation of the formulas is not activated unless you open and resave the file.
I even tried to disable Protected View settings in Excel, I can see the recent data in Excel, but I still have the same issue in Alteryx.
So, after exporting the data from Alteryx to the "data" sheet.Is there a way to re-read the data from the "formatted data" sheet in Alteryx without opening the file.
I have attached my workflow and the excel file.
Thanks