Hi,
I created a flow to calculate test results and send email based on the pass or fail condition. When I run the flow I get the following error message at the condition.

Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'float' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
I have this expression at the condition -

float(outputs('Get_a_row')?['Body/Score'])
Please know that I dont have a coding or programming background but was tasked to created this flow for an internal quiz that we are supposed to roll out to a larger audience. Can you please help correct this error?
Appreciate your help!