Hello,
i am trying to read the “excelWorkbookName” from File explorer using ‘get full text’ activity, which is working, and then insert that into “Excel Application Scope” which is not. im not sure what i am doing wrong. here are a screenshot of my
Hi
we can directly mention the file path of that excel in EXCEL APPLICATION SCOPE right
may i know why we do with get text activity
and even if we get from GET TEXT activity kindly check once with the value of variable filename like whether it has the right folder path
hi,
i am using the ‘get text’ Activity so that when there is a new file in the folder, everyday, it can read that text and use it in Excel application scope.
‘Filename’ is correct.
basically in excel scope the path should look like this:
“C:\Users\lurowley\PatientRecords\Dummy_Patients_20191008.xlsx”
and currently in the path it looks like:
fileName + excelWorkbookName + “.xlsx”
Where fileName: "C:\Users\lurowley\PatientRecords"
excelWorkbookName: “Dummy_Patients_20191008”