I call the same child flow 5 times sequentially with 5 different inputs, then I use the results in a Compose action. The results from the child flow actions are empty in the Compose, but when I view the run history, the child flow actions all show that they are returning results. It's as if the Compose is not waiting for the Run a Child Flow actions to complete before it runs. If it matters, the Run a Child Flow actions and the Compose action are all within a Scope block.
I call the same child flow at another point in the parent flow (within a different Scope block) and when I use the results it works as expected. In all cased the "Configure run after" is set to the same default value of "is successful." Does that not require the actions to run synchronously and sequentially?
Why does running the child flow sometimes give the results and other times not? Is this a bug?


Report
All responses (
Answers (