I have this task where I need to save file/s to a specific folder. Unfortunately, the path where I need to save the file/s sometimes changes and the bot would return an error because of it. Can someone help me direct the bot save the file/s I want to that specific folder? Sample screenshots below.
@caduque Yes you are right , The last Place where you Save the file will be the Default Folder. So you need to use the Full File Path to Save the File, Something like,
Destination Path+""+FileName
Fine
If we know the directory or the folder path where we want to save the file then while saving and once after that save as window appears use TYPE INTO activity and pass input with the same folder path that we have mentioned in the create directory and along with the file name we want like this “Yourfolderpath\”+”Yourfilename”
@caduque Ok, Can you use a Message Box Activity Before Type Into and Display in Message Box the value of Type Into, and Send the Screenshot of the Message Box Output
@caduque Can you show me How have you assigned ReportSavedPath variable in workflow ?
Also I don’t think you need an Enter Key in Type Into , Remove that