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.
- Set
KeyValuePair<String,Int32>at TypeArgument of ForEach activity. - Modify condition of if activity to
Winner.Value > 1
Regards,
thanks
