Official comment
Hi Umesh,
1. Contains() returns a boolean value and your field type is text.
2. When using a contains() you should make sure you run it on Strings fields/variables. $Project is a reference to object field, in that case it would make more sense to use the $Name nested field - Contains($Project.Name,'Business Plan', TRUE)
What is your expected result? What are you trying to accomplish with that calculated field?
Regards,
Tamir
Comment actions