Jimmy
Jimmy9mo ago

Loop – BuildShip

thank you very much for prompt reply ! I checked the Loop Node (https://docs.buildship.com/core-nodes/loop) If i understand correctly , it looks like it will do "For Loop" , where looping through array object or literal value. But in this case, i think "While Loop" might be more suitable, where branch(if/else) logic will serve as condition to break the loop. How can i achieve that ?
Loop – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
2 Replies
Gaurav Chadha
Gaurav Chadha9mo ago
Right, it will do "For Loop", currently breaking a loop is not added. Will update you on a workaround or a fix on this.
thisisbuze
thisisbuze8mo ago
Hi! Any update on While Loop functionality or workarounds? i.e exit the loop when a condition is met.