Skip to main content

In a workflow I use IPC event to transfer in a data field Recipients' email addresses. In a child workflow I have only two steps: start and send and email message. Before the message is sent I would like the process to check if an email address is corrent for exammple if an email address includes @. How to check and email address included in a data field?

Hi Magcen,

 

Where are you getting the email address from?  If its from a form is it not possible to check in the form if the email address is correct (smartforms allows you to use validation that includes email address checking)?

 

http://help.k2.com/onlinehelp/k2smartforms/userguide/1.0.4/webframe.html#quick_start_-_applying_a_validation_pattern_on_a_control.html

 

Otherwise you could use a regular expression inline function to check if its a valid email address.  The hard part might be deciding what to do if its not.

 

Hope this helps.

Tim


Reply