I am trying to compress files to a zip. As part of the path/file name, i use an string variable (AlphaNumericBatch) to show the batch information for this compressed file. The Assign for AlphaNumericBatch keeps causing it to fail because it is a string + an assign (“FA” +InvoiceNumber) and when i run the output the Value shows the @ symbol in front of it. Not sure what that means.
If i remove the +Invoice and compress the file using just “FA” in the file name, not problems. THoughts?