I have a Power Automate flow that is returning (using a HTTP Response action) a json array with some data.
I'm calling the flow and storing the response with in a onSelect of a button as this:
Set(
json,
Table(myFlow.Run())
)
I know that the flow is returning the correct data as I can see inspect the content when I press the button:

Now, the problem is that I get the right columns but no values:
