Hi, for example, I have subprocesses 1-10, and I hava a data table with a column with values 1,3,5, meaning I want to run subprocesses #1,#3,#5. How do I implement this?
I was thinking of combining "loop value" (loop through 1, 3, 5) with "select subprocess" but didn't figure out how.
(aslo "loopy value" requries nominal values, but "select subprocesses" expects an integer)
Any help's appreciated. Thanks!