Solved

Using Like operator is business rule input parameters

  • 24 January 2023
  • 2 replies
  • 91 views

Badge +5

I am adding Like operator in business rule input parameters as below, but somehow this is not working as expected.

 

I need the business rule to be triggered for all the Tasks which have Task Template Id’s starting with AR_BS or CO_IP like AR_BS_XYZ, CO_IP_ABC, CO_IP_123 etc

icon

Best answer by Shneor Cheshin 24 January 2023, 07:59

View original

2 replies

Userlevel 6
Badge +26

Hey @vineeth 

First, I think you should use a comma separated list

Secondly, try using ‘*’ instead of ‘%’ if it is not working for you.

I wold suggest trying first with one value (e.g. just AR_BS%) before trying using a list of values.

Cheers!

Badge +5

Hey @vineeth 

First, I think you should use a comma separated list

Secondly, try using ‘*’ instead of ‘%’ if it is not working for you.

I wold suggest trying first with one value (e.g. just AR_BS%) before trying using a list of values.

Cheers!

Hi @Shneor Cheshin , The comma separated list worked, Thank you.

Reply