Here's exactly what I did :
I create 2 excel workbooks.Workbook1 has two sheets; Sheet1 and Sheet2
Sheet1 has two columns and three rows of data (all integers)
Sheet2 has formulas that calculate the cubes of each of those integers in sheet1 in their respective areas.
In workbook2 there's one sheet called sheet3, who's values I overwrite into sheet1 (in workbook1) using the alteryx input, output tools (configured to overwrite sheet or range option)
Now if I use the browse tool to check back in workbook1; the changes are reflected in sheet1, but not sheet2. When I open the file physically I can see the changed values in sheet2 that have the cubed values, but accessing through alteryx, the changes in the sheet2(the one with all the formulas) can't be seen at all.
I understand that alteryx doesn't auto-trigger formulas in excel sheets but even after I manually open said sheet and close it and try viewing that sheet thru alteryx why does it not show the newly modified values?