
Announcements
Hi,
I am migrating a consumption logic app to a Standard plan. I have noticed that my SQL connectors in the Consumption plan return ResultSets with a structure like { "ResultSets": { "Table1": [ { "NameX": "DataX"...
The same query returns a different ResultSets in the Standard plan like [ [ { "NameX": "DataX"...
Is this expected behavior? I will require me to rewrite a large portion of my consumption logic app that loops and reads the results of such a query. Before I did the rewrite I want to check.
Thanks,
John