Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need help in creating workflow/macro

jatienza
8 - Asteroid

Hi guys,

 

Need help in creating a workflow or macro for the data below. The objective is just to get which among the RecordIDs have empty email in all columns record_1_email, record_2_email, etc. The workflow should also work if there are additional fields like record_6_email, etc.

 

The output/result would be 1012 since is has empty email in all columns.

 

RecordIDrecord_1_emailrecord_2_emailrecord_3_emailrecord_4_emailrecord_5_email
1011john.smith@yahoo.com    
1012     
1014  a.troy@gmail.com  
1015 arthur.king@yahoo.com  

s.truck@gmail.com

 

Thanks,

Jaime

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @jatienza 

 

Transposing the data will let you avoid the necessity of using a macro:

Felipe_Ribeir0_0-1672354103302.png

 

flying008
15 - Aurora

Hi, @jatienza 

 

Another lively solution for this:

 

录制_2022_12_30_11_04_12_301.gif

 

Labels
Top Solution Authors