Assemble two conditions together.
      This condition will be met if:
       - operation is AND: conditionA and conditionB are met
       - operation is OR: conditionA or conditionB are met
    
                  
                
                
                Parameters
                
                  - 
                    Condition A (Condition) : First condition of the composited condition
                  
- 
                    Operation (Logical Operator) : Operation to assemble the two conditions together (either: [A and B should be met] or [A or B should be met])
                  
- 
                    Condition B (Condition) : Second condition of the composited condition