Hello,
I ma trying to "Respond to another flow" by passing approval outcome status from a child flow to parent flow but when I try to save the flow I am getting this error.
Request to XRM API failed with error: 'Message: Flow client error returned with status code "BadRequest" and details "{"error":{"code":"InvalidOpenApiFlow","message":"Flow save failed with code 'ActionSchemaInvalid' and message 'The schema definition for action with status code '200' is not valid. The schema definitions for actions with same status code must match.'."}}". Code: 0x80060467 InnerError: '.
I am not sure how to fix this?
Regards
In my case, I was running a Parallel branch and had to ensure the return values for PVA fields were the same. After making the changes, my issue was resolved. I hope this helps.
Before Change:
After Changes:
I had the same error. I forgot I had another "Respond to a PowerApp for Flow" action elsewhere in this flow. I made sure they both matched what they were outputting and it saved the flow successfully.
I just had the same error. In mine it was because I choose a possible reserved word of "Completed" as the response name when responding to flow / app. I changed it to "Finished" and had no further issues.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2