Execute multiple distinct workflow using an expression

Describe the issue/error/question


I have a simple setup:

  • Node 1 is an array of 2 numbers
  • I split it in a list
  • I then execute the workflow with the ID corresponding to the number

However, this does not work as intended. The workflow “52” is being called two times, instead of “52” then “53”. If I add more numbers to the list, it will call only the first workflow many times.

How to fix this?

Found a solution!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.