Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Sending individual mail to manager with concatenating compnay mail id to manager name

kritikamish99
6 - Meteoroid

Dear all,

I have two table 
Table 1 :

 

Employee nameManager name
AABC
BBCD
CCDE
DCDE
EHIJ
FEFG
GHIJ

 

 

 

Table 2 :

Employee nameManager name
AABC
BBCD
DCDE
GHIJ
FEFG


In the above case Manager name "CDE" and "HIJ" does not have employee "C" and "E" from table 1. So i need to create emails notification where i can write mail to manager "CDE" and "HIJ" stating your employee "C" and "E" has left the organisation kindly delete the data from backend . The mail to manager will be sent individually with their Employee name in mail body. 

Please note  : i dont have email id of Manager and i need to add "@companymail.com" after Manager name to send mail to manager other wise it failing .for example  : CDE@companymail.com  

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

This looks like a simple Join, then a Formula to create a field for Manager email address, then use the Email tool.

 

What have you tried so far?  Or do you just not know where to start?

 

kritikamish99
6 - Meteoroid

it got it resolved .
I just used filter and added column with manager +"@companymail.com"
and it created column which i was able to add into Email tool.

Labels