Run a script multipel times

Heyhey
I’m trying to load an xml with the target-DTM and an xml with the asbuilt-points. The Problem is in the next steps dynamo doesn’t find the loaded data, my solution now is do change some input at the start and recompute it again.
is there a nicer way to run a script twice or multiple times? Or is there a way to reach the surface after it is loaded directly?

Hard to say without seeing the graph and a sample data set; it could be as simple as adding a passthrough node, or you could be up against something which requires separate transactions to complete (which would likely be best accomplished via separate Dynamo graphs).

Smash the replay button in dynamo player?

Copy paste the entire script within itself and use Transaction nodes in between