You are viewing limited content. For full access, please sign in.

Question

Question

Use workflow to generate email address

asked on February 15, 2016 Show version history

I know I saw this questions before and I am having trouble finding it. Is there a way to generate email address using a token? The toke being the prefix of the email address (EX: SJACKSON). I then want to apply "@yahoo.com" after the token.

If you can give me the link to that article it would be great. I have searched all morning for that question.

0 0

Answer

SELECTED ANSWER
replied on March 14, 2016

I figured it out with pattern matching...Thanks for your help. Just in case someone else needs a copy.

%([RetrieveManager_2.1 - Manager/Supervisor - TEST]#@ToLower@##<\w>#)%([RetrieveManager_2.1 - Manager/Supervisor - TEST]#@ToLower@##< (\w*)>#)@alliancesafetycouncil.org

0 0

Replies

replied on February 15, 2016

I'm not sure what you're really asking here. You can use a combination of static text and tokens in the To: editbox in the Email activity.

0 0
replied on March 14, 2016

Miruna, I have a name Example: Ben Jackson, but the email address is bjackson@yahoo.com. I know using regualr expression I can create this.

0 0
SELECTED ANSWER
replied on March 14, 2016

I figured it out with pattern matching...Thanks for your help. Just in case someone else needs a copy.

%([RetrieveManager_2.1 - Manager/Supervisor - TEST]#@ToLower@##<\w>#)%([RetrieveManager_2.1 - Manager/Supervisor - TEST]#@ToLower@##< (\w*)>#)@alliancesafetycouncil.org

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.