condition.all
Checks that all child conditions are met. If any of the conditions is not met, the component returns 'false'.
If you only need one out of several conditions to be met, use the condition.any component. You can also combine these components.