In my workflow I have a repeating section with funding codes and percents. Inside a for each loop for each funding code, I run a stored Azure SQL procedure to output a bunch of data that corresponds with that funding code (e.g. fund approver, accountant, etc.).
Once that is done, I would like to combine the funding code, funding percent, and information from the stored procedure into a single merged object, with equal rows of each. Any help is appreciated.