RustInPeace
RustInPeace2mo ago

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?
No description
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.
No description
Jump to solution
3 Replies
Solution
Gaurav Chadha
Gaurav Chadha2mo ago
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.
No description
Gaurav Chadha
Gaurav Chadha2mo ago
And ensure you pass array of numbers for counter
No description
RustInPeace
RustInPeaceOP5w ago
thanks !

Did you find this page helpful?