Hello!
I have a Power Automate HTTP Response action in which I've added to the body two outputs consisting of arrays in JSON. These have different schemas. This response will return to a Power Apps canvas app OnSelect into two different collections. At least, that is my plan.
How do I construct the Response Body JSON Schema containing two different schemas one for each body output? Is this even possible? Is there a schema separator syntax I can use since I can generate them independently and combine them?
When I pasted in a sample of both payloads in series to generate the schema it did nothing.
By the way, this works like a charm when the body contains just one output straight into the single collection.
Also, I tried two Response actions in the flow with one in a parallel path but I could not get that to work.