Python Monitor Elements For Changes

Dynamo .8 — Here is the code https://github.com/jamiefarrell/SMMA/blob/master/scheduleon.py , it is a mashup of my changes and Konrad Sobon’s schedules on sheet custom node . I added .OfCateory Sheets to gather sheets before transaction. The code is running without errors but not updating after changes have been made to the doc. I am trying to monitor changes when new items in this category are added or removed, this should prompt re-execution of the python script. Any help would be greatly appreciated. I’ve done some research but I am not sure of how to monitor elements for changes or where to find that information.

Hi Jamie,

Have you figured out why the python script wasn’t re-executing?

I am currently having the same issue where the python script only updates if I open and close the python script.

Cheers,

Jeremy.