I am trying to make an automator workflow, and I have a file path in a variable. I use this variable by accessing it with a "Get Value of Variable" block and pass the result as an argument to a "Run Applescript" Block. The "Run Applescript" block just opens a terminal window and passes the value of the variable as an argument to a script (dd if it matters).
Somewhere along the line, my file path is being messed up. All of the slashes are turning into colons (e.g. "...//Documents/Stuff" becomes "...::Documents:Stuff").
Why is this happening and how can I stop it from happening?