Looping within a Macro
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
- Labels:
- Best Practices
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Daniel,
You might want to check out the On Demand recording on the Alteryx Training website. There is a 10 minute training video on building out Iterative macros.
http://www.alteryx.com/product-training
Rod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect advice, and the process is almost unnervingly easy.
Turns out I was really only about a dozen clicks away from the solution. Very, very cool.
Thanks again,
-D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Rod,
Please, can you tell me where is that video?
I can't find it.
My problem is pretty similar to the Daniel's one.
I'm reading comments from a web page which have up to 20 comments per page, but I don't know the number of pages initially, so I have to get a link from each page to the following one until I reach the final one.
My final goal is to pick up all the comment from all the different pages.
Thanks in advance,
Fernando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator