How do I perform string manipulation in Cflow?

Cflow provides a String Concatenation feature to perform string manipulation. String manipulation can be performed in all datatypes except the following data types decimal, identity, integers and date.

In String Concatenation, you can specify how a field value is displayed using string manipulation. You may join multiple fields and constant values. You may also use substrings of a field value. You may also create conditional logic to populate different field values based on different rules.

For example, imagine a situation where an Email field needs to be dynamically determined by combining the employee name and a constant value. Let’s also say that this needs to be done only if the department is ‘IT’. In such a case, you will configure the String Concatenation section as shown below:

string manipulation