Iterate through 4 different excel files

Hi everyone, Im download like 5 different excel files and want to iterate through each one to complete a task. How can I do that?

arrFiles=Directory.GetFiles(“your excels folder path”,“*.xlsx”)
foreach activity use arrFiles

1 Like

can you upload a example or screen shot please?

Main.xaml (6.4 KB)