Hi Guys,
I need to make a transition based on the presence of a null string. How do I detect if a string is a null string on the transition of an activity? I thought I could just use IF Next_Comment.value = '', but this is translated to IF Next_Comment.value ="", and then this fails to detect the empty string.
I have tried to create the query in the manual edit box, but neither Next_Comment.Value IS NULLString or Next _Comment.Value = '' are accepted.
This seems such a simple thing.
John