Hi, I'm trying to create an Anaplan connect to export an expense forecast file monthly, but don't know how to write an export script so that every time I run the bat file, it can export the latest version forecast. For example, in Jul, we did a Q3 fcst. I created an export action, the script is: set Operation=-export "the existing export action" -execute -get "file name in a specific path". But when it comes to Aug, we update the Q3 fcst to Aug version, if I run the same script as the above without create a new action for the updated version, the exported forecast is still the Jul one. Is there a way to automatically identify the latest version in the script so that I don't need to create a new action every time before I run the bat file? Any suggestions would be much appreciated.
... View more