I’m working on a workflow where I need to read multiple files from a specific folder. However, I don’t want to read all files in the folder — only a few specific ones.
I’ve already used the Directory tool along with some Filter and Formula tools to identify exactly the files I need (based on file name patterns, etc.). Now I have a list of full file paths I want to load.
Since these file names were generated mid-workflow (not at the beginning), what’s the best way to open these files dynamically? I’m dealing with [CSV / Excel] files.
Thanks in advance!