79597059

Date: 2025-04-28 18:11:44
Score: 0.5
Natty:
Report link

Found the solution by using the union function.
basically, outside of the forEach loop, I created an array variable varComplete and then inside the loop after each call to a web activity, I set another variable varTempResponse as

@union( activity('Web1').output, varComplete)

Then, I reset the varComplete to the value of varTempResponse.
varComplete = varTempResponse

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dmitriy Ryabin