Views:
Question:
Is it possible to check if a field contains a partial value in a Condition activity of a Workflow?

Answer: 
In a Condition activity, we can use a LIKE operator to check if a partial value exists.
 
For example, we can use the following expression to check if the Document Type field contains the term "Invoice";
 
DW_DOCUMENT_TYPE LIKE "*Invoice*"

Once a value is found that contains Invoice, we can have it routed through the workflow accordingly.
 
KBA is applicable for both Cloud and On-premise Organizations.
Comments (0)