Hi - I have a script to set the variable in my workflow then I and using the Create File plugin to create a csv output. My first line of output is good but then I get a little box with ? then my out put. My data files are pdf’s. So, it looks like this -
I have another question regarding the output. I am using the SetVariable to set two variables. I need a csv output. It works fine now but wondering how or if using this Watch Object to get the output in two different cells. I also tried using the SetJobInfos. I can set one job info but can’t get the syntax to set two of them in the same Run Script.
You will use two Watch.SetJobInfo lines in your script and then use both in the Create File plugin. And looking at your original post you already have two cell output separated by a comma.
I tend to do the same LOL. Just never try creating a XLS/XLSX file via a script in Workflow. I learned that the hard way. Simply put, Microsoft does not allow automation software creating those files. (I have a post on here that explains it a little further.)