Skip to main content

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

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!


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