File path errors when saving documents/images

We have an intermittent issue when saving files to the robot’s computer… a path like “C:\robot” pulled in by a custom JSON file or pulled down from an Orchestrator Asset will randomly get written as “c;|robot” and cause a failure. We can run the same code over and over again and it happens 1 in 15 times or so.

We’ve had success using relative pathing, such that “\server1\robot” or “…\robot” evaluates with far better success though just this morning I had an error message that “\\server1\robot” was not a valid path. We’ve observed this on a server and two different desktop PCs.