AND component followed by an IF

We have flow which needs to send two emails. One of those email should be only send if certain condition is met. The other email should be sent in any case. So I have setup the orchestration as follows:

 

But when I run this, the SNS Message 1 never executes.

 

Please advise.

 

You have to use the "OR" component instead of "AND".

 

Your example says that "SNS Message 1" will be executed when the result of the "IF" operator is both "TRUE" and "FALSE" in the same job run. This can never happen.