Workbook Write Range automaticaly add default Path before my variable

Hello,

i am facing an issue - i would like to save the Excel file with “Write Range Workbook” to my defined path with argument out_workbookFilePathWithExtension and for some reason workbook automaticaly add the default Path before my defined path.

I can´t change the path inside of Wexcel, cause Excel is not installed on that machine.

I also tried directly inside of Write Range workbook

out_workbookFilePathWithExtension.Replace(“C:\Users\lemon\Documents\UiPath\Self_Billing_Invoicing\‪”,“”)

Is it a Bug or is it something what i missed?


Hello,

Can you please check if there is a variable with the same name in the same scope? You can click on write range activity and check the variable panel.

Thanks,
Athira

Hello!

Nope, there is not :slight_smile:

J.

How are you assigning a value to out_workbookFilePathWithExtension?