This is my first attempt at any sort of iteration within a macro, and if someone could point me in the right direction, I'd appreciate it.
I'm sending a list of IP numbers to an API which returns a result including either 'OK' or 'Throttling'. I need to take the 'Throttling' records and pass them to the API again, until there are no more. It's conceptually simple, but I'm not really sure how to approach it.
Any suggestions?
Thanks,
-Daniel
