I have created a very simple flow with a very simple Do Until loop, and is taking around 0.2 sec per loop, what I consider too much.
Is normal this duration, when the only thing done in the loop is increase the loop control variable (tmpcounter in the example).
See blow sample flow and sample ran time.


Thanks, Victor.