I have two separate nodes, how can I Run first one (Element.Delete) and after finish/complete the node start the second node (SaveAs)?
I want to delete element and the save the file as shown below:
Thanks and Regard,
Ahmad Adawi
I have two separate nodes, how can I Run first one (Element.Delete) and after finish/complete the node start the second node (SaveAs)?
I want to delete element and the save the file as shown below:
Thanks and Regard,
Ahmad Adawi
Hi, there should be some useful information discussed here. Dynamo Player Input Order
Hi,
Take a look at the transaction.start and transaction.end nodes
Marcel
This is a good case of where you should possibly split this up into two scripts because the saving may be useful elsewhere.
Back on to your question; there is a wait for node that will only push the code block information out after it has got both sets of information into it. I cannot remember what package it is from, but it uses the premise that a python node will not run until it has all information in so you just use a python node as a direct in and out.
Or you do something as per the link given about at the very last post(Dynamo Player Input Order)
Same here. That’s how Clockwork’s Passthrough works.