Will my repeater repeat the routers & filters as well?

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

Hi @Ash_Kharel,

the router & repeater can definitely work together. It depends on how you setup the filters though. If you don’t change anything or use the values from the repeater, it might run the same data multiple times and thus it will always do the same… :smiley:
Best,
Richard