a few years ago I created a dynamo script in dynamo 1.3 which will run automatically when an excel file is updated. (this file is automatically created/overwritten through a .vba program)
Now I am rebuilding this script in dynamo 2.6, but the script doesn’t run automatically anymore when the excel sheet is being updated.
to clarify what this does is create a file object from that path - the file object is a watcher and watches the location on disk and kicks off new executions when it changes.