Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Block until don tool is not waiting to execute inputdata nor outputdata tools

luisavilaBain
5 - Atom

I have this issue when use this block until done tool, in my workflow need to fill 3 tables, 2 for master data and the 3rd table to be filled from the 2 master tables, but the 3rd input data that is a cross join from the 2 first tables is not waiting to finish to fill the first 2 tables.

luisavilaBain_0-1638989222281.pngluisavilaBain_1-1638989300734.png

as you can see in the log execution image first insert designation data table, then execute the select cross join after execute the insert function data table, but it supose that the select cross join should wait until the first two steps end before to execute the 3rd step, what can I do to force this wait until the first two steps ends?

1 REPLY 1
csmith11
11 - Bolide

Right click your "3rd input data" tool and Convert it to a Dynamic Input Tool Instead.

 

You can then pass data through this tool like so:

 

csmith11_0-1638994823761.png

 

For the Dynamic input tool choose the Modify SQL option. Click Add, then Choose "Replace a Specific String"

Set the Text to replace to blank. And Choose any field.

csmith11_0-1638995034857.png

 

 

Please let me know if this solution works for you.

 

 

 

Labels
Top Solution Authors