How can I create a while loop in make?

How can I create a while loop in make?

Welcome to the Make community!

This has been asked several times before.

The only method closest to a do-while loop in programming in a Make scenario is, a repeater-error.

For more information, see

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes

Hi!
Can you describe a little more? Cause looks like need to add two variable modules + filter to catch the exit value and Repeater will continue counting? It’s good for Make.com but some system module which can break current chain or just current Iteration and continue with next Route can make life more simple )
Similar to Return in JS iterations

Thank you!!!

1 Like