I'm running API calls and saving data to a SQL Server. There is an iterative macro involved which runs an API that includes an ID number. Each iteration of the macro produces a new ID number until the data request has exhausted all id numbers.
I need to run a SQL Server stored procedure between each iteration of the macro calling that Stored Procedure.
I have the SP set up in an Input Tool. And it is in its own workflow.
Can someone assist as to how that SP can be called in between each iteration of the macro? I have tried the Runner CReW macro, but it seems to halt the iteration of the macro and it hangs.
Thank you,
Chris