I have setup a custom event to the table FNDCN_APPLICATION_MESSAGE_TAB and have created an email even action based on this. However, when executing it will show below error message. Anyone can help me to resolve this.
i.e. When changing event action to stream message, it is working properly.
Best answer by dsj
Hi @TopDeepaW ,
This happens due to that event action email itself tries to create an application message
Best thing is to create a SQL type event action and post your logic to send the email in a background job.
Following topic describe the similar issue and hope will guide you to solve the error!