function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Zoom_VZoom_V 

How to error handle invalid email addresses

I am using Flow for a wizard/interview method of creating records. One of the fields is an email address and I am getting errors due to users entering invalid email addresses. 

Does anybody know of an easy way to account for this ? I would need it to be a method which could run within Flow, which rules out Apex. Is there a function/command-based solution for this ? 

Thank you very much.