Add multiple conditions inside a condition builder

Anirban Roy
Mega Guru

Hi,

I have a condition builder with 2 separate conditions:

Criteria 1:

find_real_file.png

 

Criteria 2:

find_real_file.png

 

 

How to merge the result of both the criteria via AND operator.

Regards,
Anirban

8 REPLIES 8

Mohit Kaushik
Mega Sage
Mega Sage

If you have to put conditions on incident table and change together in one condition builder and if all these fields are OOB fields then you might be able to achieve this filter by adding it on Task table. And then for incident queries you can put a filter say number contains INC and simillarly number conatins CHG.

 

If my answer helped you, please mark it correct and helpful.

 

Thank,

Mohit Kaushik

Thanks,
Mohit Kaushik
ServiceNow MVP (2023-2025)

Not specific to any business rule. I am just trying to build a condition builder in the below format (you may take any table 😞

find_real_file.png

Anirban Roy
Mega Guru

Looking for below resultant - C1 AND C2.

find_real_file.png

@Chuck Tomasi, can you please advise.