Save Image failed

Observing a weird issue.
here is a simplified case

  1. read folder path from directory
  2. save image to the directory from 1)

Getting “save Image failed. Check if the filename is a valid path”
We have validated that folder exists and its empty etc.

At runtime, the value shown are matching
03/02/2020 14:39:15 => [Debug] Debug started for file: test
03/02/2020 14:39:16 => [Info] Reconciliation execution started
03/02/2020 14:39:18 => [Info] Reading Config File
03/02/2020 14:39:18 => [Info] Reading Config File End
03/02/2020 14:39:18 => [Info] Property Path :‪R:\Bot-temp\Snapshot
03/02/2020 14:39:18 => [Info] Property File :‪r:\bot-temp\snapshot\ErrorScreenshot.png
03/02/2020 14:39:18 => [Info] LocalFilename :r:\bot-temp\snapshot\ErrorScreenshot.png

If I use LocalFilename , the save works, but if I use Property File, it fails.
All the datattypes are string.

any ideas?

I dont know if i fully understand what you are trying there, but if the variables have the same value and type, both should work, but maybe just use the one that works :slight_smile:

Can you please let me know if this is the common share folder in your network other than the internal drives of your machine?