how to make on_add/on_success if with "contains" ?
hi
need in workflow a rule that will
on_add/on_success use condition with "contains"
right now workflow rules work with == or !=
how to make rule in such manner?
if (
field_A
contains "
text_in_field_A ")
{
.....
}