Hi,
If you ever attempted to setup the Workflow to create the .xls file then you will know exactly what I am talking about. I do this process for a few workflows but I am looking for a better option if one exists.
- I have the XLS file template in a folder within the Repository (that is where I store all of my templates, admin access only),
- I also have to store the template on the C drive of the Workflow server so Insert would work (Data Source)
- then I have Move Entry (copy feature) that moves the entry into my destination folder (user access)
- Long story short, the Insert Data activity will insert some values into the excel (locates on the C drive of Workflow Server)
- And finally the Attach Electronic Document will write the values into my XLS file located in the destination folder
The issue with this setup is that I then have to replace the XLS file on the C drive of Workflow server each time before the workflow runs otherwise I get duplicates (using scripts I remove the "used" file and set a fresh copy)!
Is there anyone that has a different setup without the extra step of having to reload a fresh copy?