Skip to main content

Is there a way to use wild cards in workflow expressions?

Example:

Current Expression: if($new.itemA.servDept.shortCode = "My Test SVD",$NO_VALUE,”SVD2”)

Requirement: We want the result should be “$NO_VALUE” when SVD shortcode has “Test”.

Something like below:

if($new.itemA.servDept.shortCode like "%Test%",$NO_VALUE,”SVD2”)

I also was wondering about this capability as I have a few processes that need to be able to do this.


Hi Manish,

This is not possible for workflow/task expressions. Wildcards can be used with filter expressions.

See the following for some good examples Other Expressions Examples - assyst11-6Wiki (axiossystems.com)


Reply