Is there possible to have a Branch that Resets an Intstance?
This will allow us to Reset Instance for inside loops. If we have alot of inside loops, we can put "reset instance" this way we don't have to use the execution count for the loops.
Reason:
In my templates: I have a boolean option "Start from Zero". This resets the template to start form all 0 again. now problem is if i cehck this option. It always "Restars from zero vor every execution".
So every time it loops with the execution count option, it resets. I need it to reset the first time and then follow a different route. That's why i need to use inside loops.
This will allow us to Reset Instance for inside loops. If we have alot of inside loops, we can put "reset instance" this way we don't have to use the execution count for the loops.
Reason:
In my templates: I have a boolean option "Start from Zero". This resets the template to start form all 0 again. now problem is if i cehck this option. It always "Restars from zero vor every execution".
So every time it loops with the execution count option, it resets. I need it to reset the first time and then follow a different route. That's why i need to use inside loops.