Hi, I’m imputing all the file path in a config excel file and apparently I have problem in keying file path with dynamic information and have uipath read without error.
File name: "Report Name " + DateTime.Now.ToString(“MM-dd-yyyy”) + “.xls”
How should I put it in the config excel file for it to work?