Save Excel File as PDF Path

Hello,

I am new to UiPath. I created a process from one of the training courses but I am struggling on this step. When saving the file to PDF. I want to save it to a specific folder using the CurrentFile.Name.
Using Save as File CurrentFile.Name, it creates the files but on the project folder.
What is the full sytanx I should write to include the folder name + the CurrentFile.Name

image

Thans

@cnavarro

Welcome to forums

Click the browse and choose your path where you need to save

Once done, you can replace that file name with correct filename

Hope this may help you

Thanks

I have the same problem it only saves the first file that I am converting and saves as CurrentFile.Name instead of taking the current file name of the excel file and saving as separate pdfs ie: Invoice 1.xls to Invoice 1.pdf in separate folder. How do I get it to take CurrentFile.Name and save it in different folder with pdf exension. If you don’t specify folder or extension it saves it as a pdf with the name Invoice 1.xlsx as below

Answer is in the next lesson to use Text to Left/Right to split CurrentFile and Name into FileName and FileExtension and then we only use FileName and not extension as below:

Then under Save as file put folder in text and +FileName