Loop and aggregate values until a certain condition is met

@kowisoft without having looked deeply into it you will have to collect what is happening and store the intermediate values. I constructed this example but there is also the recursive loop that can somehow do that automatically but I am not that comfortable with.

Question is do you want some sort of optimization where you would try to come as close to the 100k as possible with your values.

1 Like