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.

Data Missing after Dynamic Input and normal input

mattpeltcfa
7 - Meteor

Hello,

 

I have certain data that is missing from the input - even when run through dynamic and normal input. I've attached a mock data source, and below is a snippet of my workflow. The data below the "Description" column starting on line 34 is not posting, but everything else seems to be when running the workflow.

 

Can someone please assist?

 

mattpeltcfa_0-1603985915587.png

 

2 REPLIES 2
Maskell_Rascal
13 - Pulsar

Hi @mattpeltcfa 

 

Based on the mock data you provided, I can't recreate the issue you are having. I did notice that your mock data had two different tabs. Are you experiencing experiencing the problem on both tabs or one in particular?

 

Thanks!

Phil

Hi @mattpeltcfa 

 

For the Dynamic input to loop thru your Excel files/sheets they must share the same schema in terms of headers, data types,..etc. If the schema is different, the dynamic input will skip the unmatching file/sheet.

 

To overcome this, you can either create a batch macro - if you have many files/sheets to loop thru Or you can use the Union building block to stack the data sets.

 

Hope this is helpful.. Cheers!

Labels
Top Solution Authors