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?
RESOLVED: I moved some actions around and that still didn't help. Then I removed the dynamic content from the Compose action and added it again, and then it worked. The expressions still look identical to what they were before, but somehow that fixed it.