Thank you. I am not able to get this to work though. Here is my current syntax based on your example (also tried with just name, instead of category:name - no luck):
displayname=IEC Form?? listdelimiter= listmethod=nested(objectCategory).lists textmode=true type=iterate valueexpression=IF(CONTAINS("IEC Status, Trend, Risks, Update, Goals",{category:name}),"Yes","No") valueformat=HTML
The collection I am after is objectCategory, which contains the list of custom forms. The specific form name is: IEC Status, Trend, Risks, Update, Goals
If that form is in the list, I would like it to say "Yes", otherwise "No".
What is extra interesting is that with the syntax below I get commas as a result when the form I want, or one other, are in the list.
displayname=IEC Form? listmethod=nested(objectCategories).lists textmode=true type=iterate valueexpression=IFIN("IEC Status, Trend, Risks",(objectCategories:category:name),"YES","NO") valueformat=HTML
Attaching a screen shot of the list of forms, the comma field and the one I can't get working.