I have a parent flow which calls multiple child flows.
In one of the child flows if a condition returns false the child flow is terminated, using the "Terminate" action, and if terminated the parent flow does not run the "Respond to a PowerApp or flow" action. Therefore, the parent thinks that the flow has failed given that it expects a response from the flow.
Would like to understand if the "Respond to a PowerApp or flow" action is able to terminate the flow instead of using the "Terminate" action or will I have to add the "Respond to a PowerApp or flow" action before the "Terminate" action so that the parent flow knows that the flow ran successfully and did not fail.