Email Notification for Lifecycle state change

Hello,

My objective is to receive an email notification only when user moves from LOA to any other state. Tried the below as subject line but unable to receive any email notification.

  1. #if($oldState==‘Leave of Absence’&&($newState==‘Active’||$newState==‘Prehire’||$newState==‘Hibernate’))Lifecycle state change for ${identityName}#{else}no_send#end

  2. #if($oldState==‘Leave of Absence’)Lifecycle state change for ${identityName}#{else}no_send#end

Any ideas?

@Priyanka_7 Can you try the lowercase technical name for leaveOfAbsence?

image

Email:
image