I have a standard macro that I want to run for each row of data in my Input but only after the previous row has finished processing in the macro. The macro runs a batch script that kicks off an internal process, writes data to a SQL database, then creates a large CSV file. Alteryx seems to be running all rows simultaneously which won't work as I need resources freed before processing the next row of data.
Screenshot of workflow with 2 rows to be processed
Macro for processing row of data