So, here’s what I’d like to do:
Take the amount from a form and run a SQL Insert Statement X times.
I’ve set it up properly to get the value and Ive tried running it with the iterator. However, with the iterator it doesnt run x times, it runs once with i = x.
So my question is: Is there a dedicated loop function? Or is there a way to convert a 5 into 5 iterations?
Thank you!