Read file names from excel row by row and search for the file in the specified folder and upload the file in the application if exists

Hi @rahul_gola, for that you can create a variable for the “Workbook” in your Excel Application Scope (for example “wb”) and use it to get your sheet names via wb.GetSheets - will the following threads help you? :slight_smile: Copy Excel File with Dynamic Sheet Name or How to fetch sheet name of excel file in variable

1 Like