Email connector is showing error logs that do not seem to be part of the application itself.

0
Hi colleagues,   I am encountering a peculiar behavior when using the Mendix email connector. The email connector module is raising an error, "E27: no recipients given," for a microflow that is not part of the application. The emails that need to be sent within the application are working fine, but I keep getting these error logs for no apparent reason, as I have not manipulated or used the microflow mentioned in the error logs at any point (please see the screenshot attached). Has someone had a a similar problem before? Thank you all in advance!    
asked
2 answers
0

Hello Clara Fernández Forte,

 

Here some questions that maybe can help you:

Have you tried to debug the proces and find where the error is produced?

Could it be a standard error message, have you tried to find it using ctrl + f?

Could it be that it is the flow name without the part "Sample_"?

 

Hope this can guide you a bit,

 

Good luck!

answered
0

You probably cloned 'Sample_ACT_CreateEmailFromTemplateAndThenSend' and used that as the basis for your microflow. In your microflow you will have an action that calls SUB_CreateLogItem. The TriggeredInMF attribute probably hasn't been changed, so has the example value from the sample microflow still.

 

Screenshot 2025-05-09 at 09.21.53.png

answered