Hello,
I've built a sequential multi-approval flow, and the last step of the flow is to convert the form response into a JSON format.
I've followed the solution get-form-response-details-as-json to achieve the last step, however, I come across with the following error:
Correct to include a valid reference to 'Get_response_details' for the input parameter(s) of action 'Select'.
Regardless of the changes, the error keeps popping up.
My current flow:
Original Flow
This is a test flow where the solution get-form-response-details-as-json works.
Test Flow
Unfortunately, I became more confused with the error message since I was not able to reproduce it with a new flow.
What is originating this error?
How can this be fixed?
Much appreciated for your help!
Kind regards
Hello @pbar
This looks like an reference error.
Inside your Select action, You are referencing the old name for your Get response details Get_response_details.
To fix this, you can either change the name to your action back to old name. Or
You can remove the dynamic content in your select action and than re select your dynamic content.