Hello
The Folder Operations to Rename and Delete a Folder automatically add a "/" to the end of the path when using a system variable on save, thus resulting in an error in the configuration like "Source folder not found"
My Configuration:
Folder Operation - Rename a Folder
Source Folder: $userlocalappdata\Google\Chrome\User Data\Default
New Folder Name: Backup_Default
Upon Saving, and deploying the configuration to a test user, it results in an error "Source folder not found" however when modifying the configuration the values have changed to the following:
Folder Operation - Rename a Folder
Source Folder: $userlocalappdata\Google\Chrome\User Data\Default
\
New Folder Name: Backup_Default
(notice the / at the end of the path that I did not add there, of course this cannot be resolved which is the cause of the error)
I have tried the same settings except using the "Delete Folder" Operation and the same thing occurs, the system automatically adds a / at the end of the path on save.