Chris,
I also have a similar use case for multiple inputs, which I would think would be somewhat common. I'm using a filter to separate valid and invalid records, both the True and False outputs of the filter should write to different sheets in the same Excel file. Presently I've not been able to accomplish this because both outputs are contending for the file, only the True output gets written. I was hopeful when I came across the Block Until Done tool, but can't use it because it is confined to one input stream.
Mark,
I'd be interested to see your module if you wouldn't mind sending it.
I would be very interested in this option.
I have two text inputs that are used by Download Tool but I can't execute them in a particular order because I would have to delete connections between the second text input and Download Tool
If nothing else, the ability to set the order of the output streams would be helpful. I know you can keep connecting streams to the 3 outputs and it seems to output in the order they were connected, but it's not the clearest method. If you don't mark them off as you're doing it, can be confusing when viewing later on which is setup in which order.
Has there been any headway on this issue?
I'm also interested in these capabilities--has any progress been made?
It occurs fairly frequently that I need to export to multiple Excel worksheets within a single XLSX (see simple example below). Correct me if I'm wrong, but it doesn't seem to be possible to use
Block Until Done or Parallel Block Until Done in this case.
@abrasch's post/picture captures exactly what I needed the Block Until Done tool to be able to do today. +1 for this idea!
I came across this feature request while also encountering the issue. This was discussed in a more recent issue which worked for me, so I thought i'd share the solution with others who come across this post:
https://community.alteryx.com/t5/Setup-Configuration/Parallel-Bloc-Until-Done/td-p/78186
You can find the Parallel Block Until done in the Crew Macros http://downloads.chaosreignswithin.com/Macros.zip which will allow you to block more than one stream.
Do you know if "implemented" means it'll be part of alteryx without installing Crew Macros?
I would need to use only the originally available tools for flow creation because other users are running them as well.