I had saved the In_FolderPath argument and given the value as: “G:\Test_Cert\07_05_2023” . But while running the process it was getting saved in the project default folder location:
“C:\Users\hp\Documents\UiPath\Certificate_Consumer”.
not sure what is happening but when i created separate flow it is working as expected but with your file it is saving in the folder where main xaml is there
Lets check with any other members has any insight on this and helps
Is G mapped Google Drive?
In my environment, it works well when create zip file in local drive. However, it reproduces this issue if try to create zip file in G which is mapped Google drive. It might be something difference of access control to it.
Thanks Yoichi for your reply actually @vignesh_S.M has the issue
Even for me when i created it is working as expected for local drive but when i am trying with xaml file provided in the thread by vignesh is saving in the project folder
So just want to check if their is any thing that can be done
Sorry, but the above my estimation was not correct.
Further investigation, I probably found cause : we need to set extension not “.Zip” but “.zip” in Compressed filename property. Can you try to modify like this?
I coincidentally had an issue with this activity this week after updating some dependencies.
It was saving in the correct place but it was now appending .zip to the filename, which I didnt want as I already had a different file extension on the zipped file and .zip is not the only valid extension for a compressed file.
Pretty annoying but they clearly tried to add code to ‘help’ you and did a sloppy job of it so it now messes up if you use .Zip or didnt want the .zip file extension.