RustInPeace - I am trying to use the set variab...
I am trying to use the set variable inside a loop as a counter variable, it doesn't get updated inside the loop though. The variable is initialised with 0. The loop is running 6 times but the value of the variable is stuck at 1. Am i doing something wrong?
Solution:Jump to solution
Hi @RustInPeace Here's flow you can clone for this - https://app.buildship.com/remix/998d54b5-bc60-4d9f-864c-ffda8595b384.
You'll require to update the counter like this (image)....
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.
3 Replies
Solution
Hi @RustInPeace Here's flow you can clone for this - https://app.buildship.com/remix/998d54b5-bc60-4d9f-864c-ffda8595b384.
You'll require to update the counter like this (image).
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.
And ensure you pass array of numbers for counter
thanks !