Alteryx Designer Desktop Discussions

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

Update field based on Condition

kal-tech
8 - Asteroid

Can anybody help me to update  the notes field. If customer have multiple email addresses but one of the row does not have email address. Update the Notes field as shown below. If customer have one row and have no email address. Update the Notes field as stated below.

 

 

Input File

 

Customer IDCustomer First NameCustomer Last NameAddress1CityStateZipEmail
A101RobinRobson223 Orchard DriveMadisonPA45602RobinPA@gmail.com
A101RobinRobson223 Orchard DriveMadisonPA45602RobinPA@Yahoo.com
A101RobinRobson223 Orchard DriveMadisonPA45602 
A503CarrieSobers655 Tulip CtHobertGA56543 

 

 

Output File

 

Customer IDCustomer First NameCustomer Last NameAddress1CityStateZipEmailNotes
A101RobinRobson223 Orchard DriveMadisonPA45602RobinPA@gmail.com 
A101RobinRobson223 Orchard DriveMadisonPA45602RobinPA@Yahoo.com 
A101RobinRobson223 Orchard DriveMadisonPA45602 Email Exist for this customer. Email append is not require. Delete this row.
A503CarrieSobers655 Tulip CtHobertGA56543 Email does not Exist for this customer. Email append is  require. Keep this row.
2 REPLIES 2
binuacs
20 - Arcturus

@kal-tech one way of doing this

image.png

kal-tech
8 - Asteroid

Hi binuacs  : Thank you very much. Your solution worked.

Labels