
Announcements
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.