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.

Macro Output not showing in workflow

wonka1234
10 - Fireball

Hi,

 

when i run my macro it returns data.. but in my actual workflow it is not reading it in.. where am I going wrong?

wonka1234_0-1678804934177.png

 

wonka1234_1-1678804970330.png

 

 

3 REPLIES 3
FrederikE
13 - Pulsar

Hey @wonka1234,

 

This is basically impossible to troubleshoot without having the actual macro :D 

 

Your Input in your Macro is most likely different to the input in the main-workflow. 

I'd recommend that you use the debug mode (Interface Designer, second option) here you can paste the input from your main-datastream in and see how it behaves within the macro. 

 

 

FrederikE_0-1678805155518.png

 

alexnajm
18 - Pollux
18 - Pollux

Running the macro alone will use the values in the Macro Input that are specified - the values you are passing through in your workflow aren't going through your macro properly.

 

To debug this, I would go into your macro and open Interface Designer. Then go to the test view, insert test values (if you have other Interface tools) and click "Open Debug". This will open up a workflow to test on - you can affect the Text Input that it'll put at the beginning with the value you are trying to pass in on the workflow and see how it passes through the debug workflow.

 

Of note, make any needed changes in the original macro and not the debug workflow!

danilang
19 - Altair
19 - Altair

Hi @wonka1234 

 

Are there any records going in to your macro from the main workflow?

 

Dan

Labels
Top Solution Authors