Hello,
I am trying to built a simple approval process, using parent and child flow.
It'll create and approval and send email to approver once MS form is completed.
We have multiple units so I am trying to create generic approval process using child flow, I'll then call this child flow separately for each unit in the parent flow.

My Parent flow

My Child Flow
The issue I have now is, how to pass all form responses from the parent flow to the child flow?
I want to include these for approver to see what was submitted in the form?
I have passed on the FormID and ResponseID in chlid flow

but child flow stops on that step with this error

InvalidTemplate. Unable to process template language expressions in action 'Get_response_details' inputs at line '0' and column '0': 'The template language expression 'triggerBody()['text_9']' cannot be evaluated because property 'text_9' doesn't exist, available properties are 'text, text_1, text_2, text_5, text_6, text_7, text_8'. Please see https://aka.ms/logicexpressions for usage details.'.
If I manual pass all the form fields from Parent to child flow, it works without any issue but means if form changes I'll have to come back and update the flow too.
Any help and advice is greatly appreciated ?
Thanks