Question

Wildcards in workflow expressions

  • 25 April 2023
  • 2 replies
  • 95 views

Userlevel 2
Badge +7

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”)


2 replies

Badge +1

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

Badge +1

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