Skip to main content
Solved

Using Like operator is business rule input parameters

  • January 24, 2023
  • 2 replies
  • 120 views

Forum|alt.badge.img+5
  • Do Gooder (Partner)
  • 13 replies

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

Best answer by Shneor Cheshin

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!

2 replies

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • 1183 replies
  • Answer
  • January 24, 2023

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!


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Partner)
  • 13 replies
  • January 24, 2023

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.