I am trying to drop the attachment from my form out to the file system using the GetAttachment function in the Visual Scripting tool.
I have granted permission to EVERYONEbut get an access denied message:
Failed to execute deployed method 'WhenActionCompleted', using entity 'Submit'. Exception 'Access to the path 'C:\FileDrop' is denied.' occured when attempting to 'Execute workflow '04ca87fc-c528-492f-879a-aad3df708566". Access to the path 'C:\FileDrop' is denied.
Here is the VisualScript configuration (BTW: can someone show me how to call the file generically since the file name could be anything?):
Folder ID: ProcessContext.FolderID
File Name: "Hotel-2010-5-19.JPG"
File Path: "C:/FileDrop"