
Announcements
Is it not possible to have two different "Response" steps with two different json schemas to return values back to PowerApps in a single flow? I want to have a switch that evaluates what was sent from my PowerApp and depending on the result, end with a Response that has a totally different JSON schema than if another response is detected. Every time I try, I get "The schema definition for action with status code '200' is not valid. The schema definitions for actions with same status code must match." when trying to save the second response. Do I have to have a different flow for each response with a unique json schema?
Hi @russrimm1,
I am afraid that it is impossible to do that.
For more information about the responds action, you could refer to this document:
Receive and respond to calls by using HTTPS - Azure Logic Apps | Microsoft Docs
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.