Hi
I am having a batch macro which picks data from one table and loads to another. I am passing 10 tables via control parameter to this macro. Currently this execution is happening in sequence, loading the table one by one. How Can i make it to run in parallel?
@KarthikeyanB this behavior is expected as a batch macro processes records from a control parameter one at a time. You could modify your workflow to have a data stream for each process and that would enable them to run simultaneously. If you have Alteryx Server, you could also explore orchestrating the workflow through the Server API.