Is it possible to execute macros in parallel and not serially in the same workflow? I have a macro that pulls data out of Facebook's API. It is taking very long because each macro instance is being executed one after another. If the macros were executed in parallel, then it would be much much faster
