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
Benjamin Gribbin
1 answers
0
The “EmailSettings” has a trailing slash after $EmailServerConfiguration. Try removing the trailing slash and seeing if that fixes the problem.