Hi Guys,
I’m facing issue while writing the data to the excel.
when i hardcoded the path in write range activity, it is working fine.
but when i tried to store the path in variable and when i try to use the variable, the issue is popping out.
this is the path called from an asset and storing in a variable
“E:\Automation Data Files\Bank of Baroda\Currentstatus\Updated_current_status.xlsx”
requesting anyone’s help here.
Hi @naveenkumarr
Replace single slash with double slash in path string
variable
“E:\Automation Data Files\Bank of Baroda\Currentstatus\Updated_current_status.xlsx
i just replaced single slash with double slash and tried as @sangeethaneelavannan1 said.
but i’m not using the double slash path, just tried with that one
In your output panel where the path is printer you see a ! button right…click on it and you will see if there are any special characters. Or in local see the variable you can see there as well if there are any special characters.