Need complex evaluation check in a decision step

is this possible in a decision step ?

{{[“Parse TAP Alert”].[results].[message].[subject]}} == “” AND {{[“Parse TAP Alert”].[results].[message].[sender]}} == “”

use &&

{{[“Parse TAP Alert”].[results].[message].[subject]}} == “” && {{[“Parse TAP Alert”].[results].[message].[sender]}} == “”