
Announcements
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?
Hi @CNB777 ,
Based on the issue that you mentioned, I have made a test but it works fine on my side.
Could you please provide more details about your table and flow?
In addition, you could try to recreate your Flow.
1. Here is my excel table.
2. Create a flow.
float(outputs('Get_a_row')?['body/Score'])Result Screenshot:
Best Regards,
Charlie Choi