I have a flow that runs when an item in a Sharepoint list has changed and the following conditions are true. Here is the error that I'm receiving.
Unable to process template language expressions for action 'Condition_2' at line '0' and column '0': 'The template language function 'greaterOrEquals' expects two parameters of matching types. The function was invoked with values of type 'Float' and 'String' that do not match.'.
Thank you! That worked perfectly!
Hi @gillgamm
You need to convert the value '75,000,000' to float data type to make it compatible to compare with number column or field in SharePoint list. You could do this by writing an expression. Expression needs to enter in the expression box as highlighted in the below screenshot:
float('75,000,000')
This needs to be done in the last clause of the condition, rest all clauses are fine.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492