Hi
I have a SQL stored procedure input that produces multiple API strings needed for a Download tool.
The remaining part of the workflow formats the results into a table like format using the 'Text to Columns' and 'Cross Tab' components:

As per above it works fine if there is one 'Project ID' but I get multiple field values in the output if more than one:

Any ideas how I can resolve? Just wondering if I need to set but a batch macro to loop through each SQL row and and trigger the workflow for each API individually? All help appreciated!