For example:
- Parent Flow that has Create or Update trigger
- This calls a Update Child or Create Child
- The Update Child calls a whole bunch of other Update related Child Flows; the Create Child calls a whole of other Create related Child Flows
For example:
I tested as following, I think it should work.
Top Parent Flow:
call child flow with text input.
Child flow
Get text input from parent then call child's child flow , return response from child child to parent.
-. Child' Child Flow:
Get text input from child flow and add "Hi from child child" then response to child flow.
Test result.