Hello there!
I’ve run into an obstacle when using backslach for file-path in my robots.
My direct output looks perfectly fine - but behind the workflows ive seen that system replaces "" with “\”
See examples here:
Correct example:
NewDirectoryPath: \local.server\dfs\XX\Backoffice\Automatisering\Robotter\09_Rapport_og_Udtræk\09-04_Datahub_Rapport40_FileDownloader\Downloads\NRGI\01-06-2019 - 01-07-2019
Wrong example:
NewDirectoryPath: \\local.server\dfs\XX\Backoffice\Automatisering\Robotter\09_Rapport_og_Udtræk\09-04_Datahub_Rapport40_FileDownloader\Downloads\NRGI\01-06-2019 - 01-07-2019
I’ve tried to google for a solution, but have not found any specific solution
(Ive tried to simply replace \ with \ - but that will not always work with my current file_name setup…)
Looking forward to see your ideas!
Josef