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.
-
#if($oldState==‘Leave of Absence’&&($newState==‘Active’||$newState==‘Prehire’||$newState==‘Hibernate’))Lifecycle state change for ${identityName}#{else}no_send#end
-
#if($oldState==‘Leave of Absence’)Lifecycle state change for ${identityName}#{else}no_send#end
Any ideas?