Hello @jordanrweil
I wouldn’t imagine windows length n=1 looking your captures…
In this case you have to aggregate an ‘IF Switch’ node. Aiming to bypass the Moving Aggregator in the case n=1.
You will need to add a ‘Rule Engine Variable’ node too, aiming to handle the chose port of the ‘IF Switch’. And an ‘End IF’ node concatenating the bypass flow after the ‘Moving Aggregation’…
In this forum topic there is an sketch showing how to implement a similar case to your use case.
The code that you need for your ‘chose_port’ variable could be like this one (being bottom port the bypass flow):
$${INumber Rows}$$ < 2 => "bottom"
$${INumber Rows}$$ >= 2 => "top"
I hope you can fully execute all loop iterations with these additions.
BestRegards
Gordon