I am trying to build my first Flow through Power Automate.
I am trying to build a flow that uses data in an excel sheet.
If the cell is less than or equal to 0 =, send an email to the corresponding email address.
I keep getting this error
InvalidTemplate. Unable to process template language expressions for action 'Condition' at line '1' and column '15182': 'The template language function 'lessOrEquals' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'.

I would sincerely appreciate if someone can help.