OnStart vs. OnCreate

Hi,

I have two text dat inside a network, one triggered by OnStart and one triggered by OnCreate

When I copy paste the network, both scripts get run.

I would expect only OnCreate gets run.

I’m wondering whether I should have onStart only then, since there doesn’t seem to be a way to run the OnCreate script by itself.

Is this a bug?

d