Hi,
what I am trying to do is a workflow that at some point needs to loop over a list of dictionary items. In this loop I need to start several actions using values from the current item as input. As the last step of one iteration of the loop I want to use all results in an final action.
I created a picture for better understanding:
So far I was not able to identify a solution. I tried multiple actions in a with statement but it looks
like only the last action definition is used.
Also publishing the current item value and starting another action via next was not possible as the next
statement is only executed once after all iterations are done.
Maybe subworkflow might be a solution, but I wanted to ask you for the best approach. It would also be nice to have it in one workflow.
Any idea is appreciated.
Thanks.