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.