Hello all,
Could you please help me on the flow created as I am receiving the below error.
InvalidTemplate. Unable to process template language expressions for action 'Condition_2' at line '0' and column '0': '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 have created a flow that checks as firs Condition the refund value and second condition if the value is Euro currency to check the below. the flow is designed to have 2 colums of values the Refund value and the Currency Converter.
The condition should be if the refund value is Less or equal to 1000 start the approval process. I have tried also to change the condition to currency converter but I have the same error.