Do you know in python how to execute the datetime.now after a node finishes first to run?

Do you know in python or designscript, how to execute the datetime.now after a node finishes first to run?

@ruben.romero You can do something like this with Python:

Or create a custom node to wait for an input like this:


image

I’m not really good at DS but maybe you can try doing something like this?

6 Likes

the Design Script option resolves what I was looking for, many thanks for the examples