I am reaching out to see if anyone might have some suggestions on how to go about forcing an excel file to refresh so that the pivot tables pick up the new data.
We have referenced the discussion here: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Auto-refresh-pivot-after-getting-the-output/td-p/566087 and have implemented this but still does not correct things for the end user...
Background: We have a workflow that used to be massive due to the sheer number of calculations that were being done in the report in excel. We have changes this to be an excel pivot table. We are using Alteryx to run the background data that updates daily and then emails the file to our end users. We have users using Macbook Pro and users using PC as well. We have been getting users report that they are unable to hit the update pivot and so we created a run command that would take case of opening and saving the file to force it to refresh before sending out to the end user. As we created this on a local machine - the workflow works and updates the file, however when we schedule it on our virtual machine that is used for automation of our files it creates an error as that machine does not have excel on it and so the automated process stops and does not continue to run.
Question: Is there another run command / tools in Alteryx that would force the excel file to refresh before sending to the end user that doesn't require us to have excel on the virtual machine? Looking forward to anyone that might have some input here