When I try to run a flow with a condition in it, the condition recieves the following error;
Unable to process template language expressions for action 'Condition_4' at line '1' and column '40261': 'The template language function 'greater' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'.
This error only occurs when the condition is not met, the flow runs normally if it is met in any way. When the condition is not met, the flow receives this error, which hasn't happened before on previous runs. I don't really want to have to rebuild the whole flow from scratch, I don't have time for it. The idea is that if any of the condition groups are met, the flow sends an email to the user telling them to submit their request somewhere else and the flow ends. If it doesn't, the flow moves on with an approval process. I've attached the screenshot below;
