Hi @AVTS,
Thanks for checking the output of the flow and sharing the screenshots. Good to know that the flow itself is outputting the correct values.
However, in those screenshots I can't see if you are using a Respond to PowerApps action within your flow?
Below is a example of that approach with that respond to action.
You could use a set variable in PowerApps and store the output of the flow run in there. You can use that variable in your label. This approach is described over here:
https://docs.microsoft.com/en-us/business-applications-release-notes/april18/microsoft-flow/return-data-powerapps
1. Set variable (VarResult) formula with output of flow run on a Button in PowerApps

2. Use the VarResult variable in a label in your Power Apps app.

3. In my example I have also created an output variable in my flow setup.
