Periodic update

Hello, Im trying to refresh a Python Script with the periodict execution. Its settled up to update every 15 seconds. The thing is that as Dynamo doesn´t see any change, updates are not being made. I need a way to force re execution the way TuneUp does.
The python script points to a google sheet constantly updating, but as in the python scripts the url is static it doesn´t periodically update if not forced.

Any ideas? Thanks!

Add an input into the python node which just takes the output of a DateTime.Now node, and set your run mode to periodic. A long as the node is attached, periodic run mode will do the trick.

2 Likes

It did the trick perfectly. Thank you!

1 Like