I have a question regarding the Excel Application Scope, hope you guys can help me out.
I will export an Excel file everyday with its name ‘Daily_Run_date’ and I need the UiPath to read this file, but it couldn’t read the fixed date since the date changes everyday.
It seems like it works with the following format:
"D:\Daily Run\Daily_Run_date" + date + “.xlsx”
but it wouldn’t work, I think the problem is at ‘date’ there.
Do you guys have any solution on this? Thanks in advance.