Symptoms
I want to do an "if list contains Bob then ...", but I'm not seeing a condition to do this.
The list is a control on a view, which is pulled in from a WCF service.
e.g. list:
Id|Name
1 |Bob
2 |Jack
3 |Jamison
Diagnoses
It looks like their is no way to do this outside of code. This seems like a great feature to be added though.
Resolution
No resolution at this time and a feature request was logged.