Hi All
I am following this video on how to use a Stored Procedure via Flow in PowerApps. It seems pretty straightforward.
https://powerapps.microsoft.com/en-us/blog/return-an-array-from-flow-to-powerapps-response-method/
I am using the Reponse Action to pass the json array back to Power Apps. For some reason Flow is not creating a ResultSets.Table1 object that I can use in my Response action. I only see a ResultSets object.
Any suggestions on why I cannot get the ResultSets.Table1 object to populate? I've tried several different things and it seems like Flow isn't fully turning the Output from my Stored Procedure Action into objects that can be used in subsequent steps. See below for what I am getting
