hi i just confused
how to stop the repeater when the status is completed ya?
so if the status ever completed, i want to get that data and stop the repeater
perhaps “not equal to” would have the opposite effect?
but do you have several options to stop repeater in make.com?
No, the repeater can’t be stopped, but you can prevent the rest of the route from running using a filter.
but i don’t know how to implement this in my case.
so what i want is looping for every 10 seconds to get progress, if the status turn to complete i only want running once time
can you give me idea how to solve this in make.com?
already solved by implementing variable. thanks for giving idea to solve this
Hello @Engine
Awesome work figuring this one out with the pointers from @samliew! And thanks a lot for stepping back into the community and sharing what ultimately did the trick with all of us.
can you please provide an example?