Hi there,
Is it possible to run the same macro multiple times simultaneously in the same workflow?
I have a workflow which creates a download URL then downloads, structures, combines datasets. I have a macro for the 'download' part of that - so each URL needs to go through that macro.
However when I try to run this workflow, it seems to get confused when running the macro multiple times simultaneously. It hangs - and even if it does run successfully, the outputs are all of the top file only.
I can't make it a batch macro, since I need the outputs to be kept separate - and I can't use a 'block until done', as these sections run parallel. Is there a better way to do this?
Thanks!