It would be great if repeat
actions had an option to let the sequence run in parallel for each of the repeat runs.
The parallel option has been added for service calls in a sequence in one of the latest versions, but for repeat
that doesn’t work. If you would have a wait
or delay
in the repeat sequence, they will wait on each other. To avoid that, you’d need to call another script.