I have a Get a row step within my flow gathering Outputs from an Excel document saved on my shared drive.
The next step in my flow is a Condition as shown below. When I run my flow, each step up to the Condition is successful. On the Condition step, I get this error, InvalidTemplate. Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'greaterOrEquals' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'.
Can you assist me with resolving this error?