I have a WFC WF that contains a form where a user can upload a .docx or .zip file which is used within the WF. The uploaded file is copied to a box folder for long-term storage, and then a link to that file is added to another form accessed by an 'approver' later in the workflow.
This process has been working properly for about 4 months. About 4-5 weeks ago I began getting reports of people not being able to access the link on the approval form. After investigating further I realized that the file extension was getting dropped somewhere within the workflow. Since the document had no file extension, the user's desktop didnt know how to open it. Renaming the file with .zip or .docx restores the functionality.
Does anyone have any suggestions on how to resolve or even troubleshoot this issue? I am not interacting with the filename at all within the WF, the first time that the file is referenced is in the Box store a file method, and the file variable is selected from the dropdown, there isnt even a way to modify it if I wanted to.
Thanks for any ideas.