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

Error from downstream download tool

EpicTriffid
6 - Meteoroid

Hi all,

 

I've set up a workflow with macros that downloads from an API. The actual download macro splits into two parts, one downloading values from one table, and the other downloading field names from another. They are then joined up later, and the output fed back into the original workflow. 

 

However, I always get the following error on the macro:

 

EpicTriffid_0-1759745093443.png

 

The tools referenced are the last two here:

 

EpicTriffid_1-1759745153879.png

 

The Filter is to remove any empty records and any records that are listed as "data_type". The final Select tool is to return two renamed columns. 

 

I can only assume that the error is related to the fact that prior to running the macro, the fields don't "technically" exist yet, and the macro runs perfectly fine anyway, so it's not a massive issue. But what I dont understand is why it's so focused on these two. The other path, which is still downloading in pretty much the same way, doesn't throw up any errors at all. That's this one:

 

EpicTriffid_2-1759745403645.png

 

I've replaced the two offending tools entirely, made sure there's no differences between the two download tools besides the table it points to, but the errors still appear. And the errors only appear on the outside(?) of the macro, in the parent workflow, not within the macro itself.

 

Any ideas? 

 

I've attached a copy of the macro workflow, but removed the API tokens to preserve security, so apologies for the errors being thrown up. 

2 REPLIES 2
abacon
12 - Quasar

@EpicTriffid So the macro runs, just when you open it up, that error shows up, correct? If so, then yes it's because no metadata has been passed through and isn't an issue at all. Just needs to be run through to clear the error. I have encountered this many times and it is never an issue.

 

Bacon

EpicTriffid
6 - Meteoroid

Ah, that's good news then. Thanks for the clarification!

Labels
Top Solution Authors