How to tell to Dynamo which operation do for last

I want to tell to Dynamo to do one operation for last in all the workflow. In particular I would like to delete some elements but at the end of the entire script, exactly when Dynamo has already taken their parameters and those elements are not useful anymore.

Look up transactions and Wait or Passthrough nodes. That should point you in the right direction.

2 Likes

yes, I did something like this and it works