Hello -
I have figured out how to get two different array/object sets into the output of an HTTP response action in power automate with the applicable and different JSON schemas. The action output is as expected.
Using a canvas button OnSelect, ClearCollect and running the flow I am able to populate the StorePrices collection, see function pictured below. This works like a charm.
Is there a way to apply the ZonePrices part of the flow HTTP response payload to a different collection without adding another canvas app button with another flow?