We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Error Reading in file with dynamic input, looking for a sheet that doesnt exist,

wonka1234
10 - Fireball

hi all,

 

1) I have a dynamic input reading an excel file,  looking for a tab that isnt there.

2) I get error  Error: Dynamic Input (177): 1_Due Next 30 Days does not match a sheet or named range in previous_week.xlsx or the file is corrupted.

 

How can I bypass this? is there a way to insert headers and sheet in my workflow if a tab cannot be read in?

 

Thanks.

 

 

 

2 REPLIES 2
Raj
16 - Nebula

@wonka1234 
you can add a dynamic part into the macro where you can union the headers template as text input so in case you do not have data into the sheet it will not give you the error and you will have the headers

apathetichell
20 - Arcturus

use a batch macro - not dynamic input. 

Labels
Top Solution Authors