Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Iterative Macro for API

Jen1234
7 - Meteor

I'm not very familiar with iterative macros, but I know this is needed for what I am trying to accomplish. It's skipping some outputs, because the one previous did not yet complete. How do you I adjust this so it runs the next after completion? Thank you in advance!

IT.PNG

 

 

 

3 REPLIES 3
TUSHAR050392
11 - Bolide

hey @Jen1234, Have you tried using the block until done tool? I think that should help you because it won't let the next record process until previous is done. Here is some documentation on that - https://help.alteryx.com/current/en/designer/tools/developer/block-until-done-tool.html

Let me know if it was helpful.

Jen1234
7 - Meteor

Thank you for the suggestion. I would need more assistance on where to integrate it within the workflow.

TUSHAR050392
11 - Bolide

Hey @Jen1234,

 

You need to put it in the stream where you want your first thing to be processed and once that it completed, then the second stream to process. I think you can refer the example associated with the tool as it will give you more clarity since I am not sure how your workflow runs. Let me know if you need more clarity. Thanks!

Labels
Top Solution Authors