Currently, Monday.com WorkForms conditional logic only supports “OR” logic between conditions. This means users can configure forms to show a question if Field 1 = X OR Field 2 = Y, but cannot require multiple conditions to be true simultaneously.
It would be extremely valuable to add support for “AND” logic within conditional rules so forms can display questions only when all specified criteria are met.
Example desired behavior:
Show Question B if:
Department = “Operations” AND
Request Type = “Maintenance”