I have this scenario where i am using a repeater and right after the repeater i check for a length value
If the length is smaller than X it goes to router and if it is greater than or equal X it goes to router 2
on route 1 it just ends the run and sends it to a different scenario so it works
on route 2 its supposed to keep running until the “Length” becomes smaller than X at which point it would go to route 1 and end the run
i am wondering if it will work like i theorize it should, will the repeater come back and do the routers with filters as well? or does the repeater not work with routers