05-07-19 08:55 AM
Hello,
I am using a write stage to input a filepath into SAP, however am getting an error message stating:
"Internal: Failed To perform Step 1 In Write Stage 'Write Output Filepath' on Page "I - XXX" - Invalid escape character 'L'"
Anyone know why or how to resolve? Tried using Send Keys but no luck.
Thanks,
Chloe
05-07-19 10:45 AM
Hi Chloe,
Thy to use the other slash in your file path, so if it is "\" then use "/" 🙂
08-07-19 10:49 AM
08-07-19 11:01 AM
Hi Chloe,
It probably depends on the application, but for SAP I haven't had any problems with replacing the slash.
Here is a little more information about this - https://stackoverflow.com/questions/38428561/difference-between-forward-slash-and-backslash-in-file-path/38428899