I need to compile information from a group of Excel files in a folder. I’ve set up a For Each workflow to read every file in the folder, and then a Read Range activity to read the file. I can’t figure out how to listthe workbook path for the read range, as it will change every time. I’ve tried Item.ToString but it throws an exception.
Item will give you full path of all the excel files in the list and when you provide it to read range, it will read the file (Assuming Systen.File.Workbook.Read range)
Try giving a message box before giving it to read range to check