Skip to main content
Question

Wildcards in workflow expressions

  • April 25, 2023
  • 2 replies
  • 154 views

Forum|alt.badge.img+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

Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 2 replies
  • May 2, 2023

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


LukaszK
Do Gooder (Employee)
Forum|alt.badge.img+1
  • Do Gooder (Employee)
  • 5 replies
  • May 4, 2023

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)