I need a macro that takes as input an integer representing the number of seconds the macro needs to wait until allowing the stream of data to continue.
My issue is that I have a free account to a data provider that allows me a limited number of data calls per minute. I'd like to make that number of calls and then wait almost a minute and then go to the next set of calls.
I've tried to create an iterative macro that will compare the start time to the current time, but so far I've just succeeded in creating a macro that is stuck in an infinite loop.
I've reached the point in any good development project where I think, "I wonder if anyone else has done this already."
Thanks In Advance,
John Hollingsworth
Solved! Go to Solution.
Hi John,
Better late than never! I know the throttle tool solved your problem. Anyway, the waiting tool is here.
http://inviso.dk/2016/waitasecond-alteryx-waiting-tool/
Cheers