Hi guys,
I am trying to return a single text value from 4 child flows to my Power App. At the moment i run each child flow from the parent flow and then wait for the response from each child to return that to the app. This is what it looks like:

All child flows have been configured in the same way

This works but returns the status text all at once to the Power App.

I would like it to send the data as the child flow completes and not wait for each flow to run and then return all status messages. I read somewhere i may need to use HTTP response from the child flows but have no idea what that would involve
Thanks,
David