Hi, I have a project where I'm using Automator, there are 25 visual processes. I'm trying to create a single Visual Process that will run all 25 sub processes in sequence. Multiple sub processes utilize the same reference file as an input. Each time I kick off the main VP that calls the sub processes the first one will work, but the second consistently fails with the error that the reference file it is trying to read is not available. I'm assuming it thinks the previous process still has it open. I've tried putting in delays with no luck. Is there a way to tell the process to release/close all files used when it completes?
Thanks