Hi,
I am trying to build a workflow to read all .xlsx files from a folder. Each excel file has multiple sheets so I only need the sheet with name "PRE PROCESSED LIST". This sheet includes lot of records and columns so I just want to count the total records in a column named "PRIME KEY". I am trying to build a workflow as seen below but not getting the exact output and not sure if I'm missing out anything.
Below workflow reads all excel files using dir tool. Then I use a filter tool to get only .xlsx files and use a formula tool to append the sheet name. After that I use dynamic input tool to read the records from all excel files in that folder. I feel the dynamic input tool is where I'm going wrong because in the Input Data Source Template I give the full path where I open a file and select the desired sheet. When I do this what happens is it's only outputting records for that file I connected to and is not reading all .xlsx files. Any help would be much appreciated. Thank you in advance!
