Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Union Tool is not Working on Blank Data

Rhaldhar
8 - Asteroid

Hi Team,

 

I am having a data where using filter with dynamic rename and then doing union. PC data filter is not available in this file however, there can have PC data in another file, so will not remove filter for same. however, while doing this process the union tool is not giving the output.

Please help to resolve the issue.

 

I am attaching the WF.

 
 
 

 

Thanks in advance.

 

Thanks,

Rajeev

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

It's because the Dynamic Rename on no data is basically giving no columns, so it doesn't know how to Union the first two stream with the last one. Try this solution! It utilizes a Batch Macro to complete this.

Rhaldhar
8 - Asteroid

Thank you so much. It works.

alexnajm
18 - Pollux
18 - Pollux

Great news!

Labels
Top Solution Authors