How can I make the workflow loop node execute the loop a defined number of times instead of based on values in an array?
So, if you look in the docs:
Here it is:
For numbers, the loop will run the number of times specified by the absolute value of the number rounded up to the nearest integer.
If you just need a static value, that could be a little harder. But, here is the trick:
You can use the Mutate Node to simply add a number to your payload to be used in the Loop Node. Be sure to click “Treat Value as JSON”. If you don’t specify this option, 5 will be a String on the payload and not a Number.