Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Block Until Done tool not respecting order of operations within macro?

Frndly
7 - Meteor

So I have a macro that I created, it's basically a block until done tool with an additional input, it waits for this additional input before processing the records from the main input(M anchor) further. It worked before, but for some reason doesn't work now, as output tool can't write a sheet due to file being open. What could've changed and what could cause this? Macro is supposed to work regardless of how both of the inputs look. Macro and screenshot of the workflow attached.

 

 

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

The Block Until Done Tool has always been a bit temperamental. I don't know if sticking it in a macro might obscure the passing back of metadata to tell the Block Until Done to continue ¯\_(ツ)_/¯ (and it may have been working before simply because the number of rows were small enough that you didn't get a conflict writing to the same Excel. I would definitely try appending a count with block until done (i.e. not using a macro) or, better still, use control containers.

Frndly
7 - Meteor

Sad to hear that, well, thank you anyway! It does work properly without being a macro. 

Labels
Top Solution Authors