Hi,
I build PowerApps, which will call a flow, when the flow got the result, the flow will respond PowerApps as following picture

However, I found that even my flow is run correctly, the PowerApps is unable to get any data from this Flow.
The following picture shows the response to PowerApps

But in PowerApps, even I run the flow multiple times:
Set(testresult, myflow.Run());
The result of those values are Blank() but not any valid values or text

Can anyone provide me solutions for this? I do everything I can think to get the result of the flow, but the PowerApps itself seems not work as it should...