Hello!
I started working with Power Apps and Flow about a month ago. Now I've run into a problem I simply can't figure out on my own.
I have a button in my App that Triggers a Flow and hands over some Parameters. One of those Parameters is the Value of a label. When I move into the part of the code, where the parameter is hand over it shows the value correctly:

However after the Flow ran I checked and noticed, that only a "7" was handed over:

I also tried to put the 7.7 hard coded into the parameters to see if there's something wrong with the label. But even then it passes only the 7.
Does anyone had a similar problem? This doesn't make sense to me...