Read Range Workbook: Picture names cannot contain any of the following characters: :\/?*[]

hello, i’m new to ui path; i’m trying to save a different file according to the names in the variable “catalog”. so the path in which i will save the files will end like \Desktop\FDD Automation FIORI"+catalog+“.xlsx” and i am using Read Range Workbook because the other function of excel does not let me modify the file. Can you please tell me how to fix the error above? thank u

the error: Read Range Workbook: Picture names cannot contain any of the following characters: :/?*

1 Like

@olimpia.sannucci

Welcome to UiPath community
In catalog variable is there any special characters like this : :/?*.

there is a _

_ allows to save the file.

Before saving the file print complete path and check whether it is printing correct path with file name or not.

Thank you at the end i found out that the problem was in the content of a cell in the file, not in the name file itself

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.