Error in DecryptPassword in EmailTemplate module

0
I am using the EmailTemplate module and a microflow called IVK_SendPending to send email. This is working fine when I call from one place, but am getting an error on DecryptPassword when calling from another spot. Can anyone help me identify what the issue is? Thanks, Tracy Exception in execution of monitored action '{"name":"Reservations.IVKChangeApprover","type":"Microflow"}' (execution id: 94ea6246-1d6b-41d1-a292-2798ffee32af, execution type: CLIENTASYNC_MONITORED) com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.NullPointerException at Reservations.IVKSendPending (JavaAction : 'DecryptPassword') at Reservations.IVKChangeApprover (SubMicroflow : 'IVK_SendPending') Followed by another error: com.mendix.systemwideinterfaces.MendixRuntimeException: Long running microflow (14740402873457) failed due to an error.
asked
0 answers