The max operator is only available on numbers - your input value is set to text so you have to keep using the :converted to number operator before using the max operator

1 Like