Anyone know if there is a way to run these one after another instead of at the same time?
Solved! Go to Solution.
Please check out the "Block Until Done" tool (under the Devloper tab), which allows for ordered execution like this.
Awesome thanks!
Block until works only if your input for both the outputs is same.
Any Idea of how to run when both are different inputs but same output.
FYI, both inputs cannot be combined, and they have to go into output in order.
TIA.
@Srikanth1729 - Can you create a dummy data set to send into the block-until-done, then join (or union) your real data to that on the output side if the block-until-done?