79293712

Date: 2024-12-19 09:26:18
Score: 2
Natty:
Report link

If you do it by looping with parallel executions, the variable might be overwritten by other parallel executions. To avoid this, you need to deactivate parallel executions or execute another pipeline in the loop. The secondary pipeline needs the parameters used in the loop and won't have them overwritten by parallel loops.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kabo