hello, I am trying to automate a script via the process outlined by Andrew Diekman:
https://github.com/andydandy74/DynamoAutomation/blob/master/wiki_images/master-graph.png
At the end of my slave graph I have some wait for nodes before the kill commands. However, for some inexplicable reason, the process keeps dying before the information is fully written in excel. It will write the headers, but nothing else, and then die. However if I run the script by itself, with the Kill process node frozen, and the close excel node still active, it works fine. (writes the whole excel file before closing excel.) How do I get this to work so that it waits for excel to finish populating before dying?
See below. I also tried using the two close document nodes to the right of the KillCurrentProcess node below but the both fail with the same error message. Is it because I am trying to close the current revit file? I tried using passthrough nodes everywhere but nothing seems to work. Please advise!