I am having difficulty getting workflow emails to arrive in my inbox.
I am attaching an image that shows a "Preview" link on the email form.
Is that supposed to show a rendering of the email. When I press that I get a blank screen.
Mike
I am having difficulty getting workflow emails to arrive in my inbox.
I am attaching an image that shows a "Preview" link on the email form.
Is that supposed to show a rendering of the email. When I press that I get a blank screen.
Mike
Hi @mdsmith1
You have malformed html, you need to close the head tag and then open the body tag.
<html><head>β¦</head><body>β¦</body></html>
Thanks
You need to close the head tag because your html is still malformed.
Thanks
Jon:
I appreciate you staying with me.
I have submitted the attached code to Claude AI and Claude can find no errors in the HTML.
The conclusion is there is something wrong with my data source which I have checked many times. In fact it used to run fine.
I am trying to run this with just 1 row in the Eail04 table. There are no error messages and each time it runs successfully,
Mike
Hi - does the email arrive but is blank / looks wrong, or does the email not arrive at all in your inbox?
In the workflow βRun Historyβ are you able to see the Logs for the Workflow Email Block? What does it say there?
Thanks
Let us know if you need any additional assistance, @mdsmith1!