Flow designer filter

Nico12
Mega Sage

Hi,

 

I got this filter and i need to add another condition if parent.class is Application service and Child.class is not Application service.

 

I know that in a code condition oyu can add parentheses like  &&( parent.class!="Application Service" && child.class!="Application Service"); 

 

But i don't see how to translate that in filter.

 

Nico12_0-1699957119757.png

 

Any suggestion will be appriciated.

 

Regards,

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

You can build up complex queries in Flow designer by adding additional query-statements, as shown in image below.

flow-designer-multiple-conditions.png

View solution in original post

3 REPLIES 3

Jack Littlewort
Giga Guru

Are you trying to add an AND condition or an OR condition?

 

 

 

 

Hi Jack,

 

I am trying to add an AND condition.

 

Parent class is not "Business Aplication" AND parent Class is not "Business Capability" AND parent class is not "Service Offering" AND ( Parent class is "Application Service" AND Child class is not "Application Service") AND Child status is "retired"

 

The child class is not "Application service" should only apply to the record whith parent class is "Application service).

 

 

Regards.

OlaN
Giga Sage
Giga Sage

Hi,

You can build up complex queries in Flow designer by adding additional query-statements, as shown in image below.

flow-designer-multiple-conditions.png