I have a directory which have a number of excel files (all different formats/worksheets). All the files are named in a specific format though which represents a document number e.g. 13456.xlsx, 12458.xlsx, etc. I have a separate table which has the document number and another reference field which I need later on to be able to run a conditional workflow.
I'm stuck at the first stage of writing a workflow that will process each file sequentially and get the reference field from my other table for each file processed using the document number.
Can anyone assist with this please?