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.
Solved! Go to Solution.
I tried with Block until done tool, but there is no effect of it
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?
Best,
Roland
Dear Roland,
Thanks a lot for the solution.
It worked fine.
Regards,
Rachana Varma