I have created 2 forms, one in English and the other in Mandarin. However, the Flow for the Chinese form keeps failing at the Condition Check for Integer greater than. The error message is as follows:
Unable to process template language expressions for action 'Condition_Check_if_Value_more_than_RMB300_per_person' at line '1' and column '48534': '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.'.
In the Chinese form, I have already applied a Restriction to ensure users can only enter a number. This is the same settings I made in the English form.
The screenshots below show the Flow condition used.
I suspect this may be a Form issue where the Chinese template is saving the restricted number field as a String and passing it to Automate, thus causing the error which does not occur in the English template.
Please help to test it out and help confirm if this is indeed the case?
Thank you.