Can you please elaborate what exactly is your question.
Are you trying to read the sheet from the first input file based on the file present in New Folder (2)?
Hey @Raja.G your question is quite confusing. as per my understanding . if you have multiple Excel Sheets and you want Specific Sheet from the Sheets. you can check with these 3 activity
You may try the following solution:
Step1: use “Excel application scope” activity to read the excel file and drag “Get workbook Sheets”. it will store all the sheets in a list of strings.
Step2: For each loop, Directory.GetFiles(“FolderPath”)
Step3: in the same container, use an if activity with the condition:
mySheets.Any(function(f) file.Contains(f))