For example a condition that would be C1 && (c2 || (c3 && c4)) requires close 2 parentheses at the end, but we get this error in the integrity check: Error in Conditionals sheet - Invalid parentheses in row 97: must be one of ['(', ')'] or empty, got '))'. In this specific case, operation priority makes it possible to bypass this limitation, but more complex cases may arise that would require more than one opening/closing parentheses.
For example a condition that would be
C1 && (c2 || (c3 && c4))requires close 2 parentheses at the end, but we get this error in the integrity check:Error in Conditionals sheet - Invalid parentheses in row 97: must be one of ['(', ')'] or empty, got '))'. In this specific case, operation priority makes it possible to bypass this limitation, but more complex cases may arise that would require more than one opening/closing parentheses.