Flow Designer - Error Sending Email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 12:47 PM
Quick question, we're developing some flow designer flows which email the Requested User near the end of the flow. When testing we ran into a Email validation failed: Email has no recipients error, which is odd because we're specifying the TO recipient, but upon further investigation we noticed the Email Step drops the TO recipient, has anyone run into this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 12:59 PM
@Brad Warman-- Hey Brad, I'm currently experiencing this issue as well.
However, similar to @Ararana, many of my records do in fact have a email associated with the record. When I scrolled through a bunch of cases on the test screen (by modifying the value in the For Each number), I noticed that a very small number of cases were in fact missing an email in the TO field.
I was able to get rid of this error by adding the filter AND Assigned to . Email is not empty to my Lookup step.
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 04:31 PM
Thanks @jcmings. My issue turned out to be user error on my part... I was using a string field to capture the users details instead of a reference field so the referenced object was always empty.