Issue with EmailTemplate and automatic emailing

0
I am building an app that sends a confirmation email when new members sign up, but I am having issues with the EmailTemplate module.  I copied the ‘SendEmailMessage’ microflow into my application, but I keep getting an error in the arguments in the microflow.  The $EmailServerConfiguration keeps getting kicked back. No errors where this microflow is  i(in the EmailTemplate Module).  Not sure if anyone has dealt with this but any help would be appreciated!
asked
1 answers
0

The “EmailSettings” has a trailing slash after $EmailServerConfiguration. Try removing the trailing slash and seeing if that fixes the problem.

Good luck.

answered