Alteryx Designer Desktop Discussions

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

Macro Questions (Passing 2 Values, Suppressing Pop Up Message)

stapuff
9 - Comet

I have Batch Macro that I would like to pass 2 values from ... (currently from a Text input), but once working moving over to a file.

macro.PNG

Value 1 is a date/time

Value 2 is a record count

 

input.PNG

 

Pass Field1 value to update a Salesforce query

Pass Field2 value to a different part of the workflow... basically verify record count against Salesforce record return.

 

insideMacro.PNG

The macro output will be replaced with a write to yxdb on the inside of the macro so the macro output will be removed.

 

So... up to this point everything works except for passing the 2nd value from the text input.

 

Also... everytime I click on the yxmd I get the following message.

If I run the macro... it pops up 3 times before the result set is shown in the browse tool.

refreshMessage.PNG

Any thoughts would be greatly appreciated.

 

Puff

 

 

 

2 REPLIES 2
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @stapuff,

 

If you're trying to pass a second value into the into the workflow you can add in a second control parameter in another section of your workflow?

 

Regards,

Jonathan

 

 

stapuff
9 - Comet

@Jonathan-Sherman 

 

Was using a repurposed workflow so I just started over from scratch.

 

Added three additional control parameters and a macro input and BAM! Worked like a charm.

 

I am not getting that message box popup issue I was experiencing either.

 

Learned several things along the way.... so I appreciate your response.

 

Thanks,

 

Puff 

Labels