Multiple conditions check simultaneously

Hello
I want to check more conditions simultaneously to email notification but not working. Please help me with this

do not use “or” just give space between each condition

I removed the or. and added space between conditions, but again show an invalid condition message

use single inverted commas instead of double like below and each condition on new line

doc.status ==‘Open’

Thank you for your reply but it is not working

use and between the conditions don’t write condition in separate lines, it should be in one line only, else it will not work.

Thanks for the reply. I have already done it is working.