Operator ">" is not define WHY?

I don’t understand why my studio cannot define an operator like > or < etc

Hi,

Dictionary type doesn’t support '<' and '>'.
Perhaps you should do the following steps.

  1. Set KeyValuePair<String,Int32> at TypeArgument of ForEach activity.
  2. Modify condition of if activity to Winner.Value > 1

Regards,

thanks