Alteryx Designer Desktop Discussions

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

Wait until VB script is completed

rachana19
8 - Asteroid

I have a macro, at the end of which I run a vb script.

Once macro and vb script is completed, I need to pass the result as an input to my workflow.

 

Current process works like this - Macro executes, workflow executes before VB script is completed.

 

I need to wait for VB script to finish before it workflow execution starts.

 

Please suggest the simple way to achieve this.

4 REPLIES 4
deviseetharaman
11 - Bolide

Hi @rachana19 

 

Please check if you can use Block Untill Done tool in your workflow.

rachana19
8 - Asteroid

I tried with Block until done tool, but there is no effect of it

RolandSchubert
16 - Nebula
16 - Nebula

Hi @rachana19 ,

 

did you try to connect the Run Command tool you use to start the vb script to output anchor 1 and the Macro Output to e.g. anchor 2?

 

25-05-_2020_11-30-00.png

 

Best,

 

Roland

rachana19
8 - Asteroid

Dear Roland,

 

Thanks a lot for the solution.

It worked fine.

 

Regards,

Rachana Varma

Labels