Workflow Condition - Mutiple Condition

We are trying to create a condition from workflow.
Once it call from condition email alert will send it through based on allowed roles and two fields.

We have to field

doc.test1
doc.test2

test2 field will show number
test1 field will show character like ABC

below is sample condition. I’m not sure if this is correct. Since others also, receive email alert from it. Thanks.
doc.test2 < 12, doc.test1 == ‘ABC’

Hi there,

Are you looking for the and operator?

doc.test2 < 12 and doc.test1 == 'ABC'

We are looking for the identity of the same field. Based on the roles given.

I’m sorry, but I don’t understand what you’re saying or what you’re trying to do.