I have a process that takes 2 files, one .txt and one .pdf, and zips them into a folder. I’ve run this process multiple times with no issues but now i’ve added new activities to the beginning of the workflow (retrieve an email and save the attachment to a directory) and now i am getting an error compress/zip files: the path is not of a legal form.
I can’t find any documentation on this error and now sure how to fix it.
Hey @atarantino!! Can you share your .xaml here? Try “print” the path before zipping and check if you are passing the full path info or it have some invalid character.