Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Macro Running in Server

VijayAnaparthi
8 - Asteroid

I have only batch macro file which is filename.yxmc, now can I run this file or macro in Alteryx server. 

 

I don't have any other workflows or files to embed this macro in actual workflow.

3 REPLIES 3
TimN
13 - Pulsar

Hi,

Take a look at this link.  It describes Batch Macros is detail and how to call them from a WF.  To run from the server you would need a Workflow or App where the Batch macro is called from.

 

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Getting-Started-with-Batch-Macros/t...

 

Regards.

PanPP
Alteryx Alumni (Retired)

Hi @VijayAnaparthi 

 

You will need some sort of input/output or a workflow for a batch macro to run one time for each record in the control parameter file.

A Batch Macro can group data into batches if needed and process one batch at a time

 

What functionality does your macro support?

 

Hope this helps.

VijayAnaparthi
8 - Asteroid

Thanks, Yes i have added macro in another workflow also added simple text input tool to pass drop-down values to batch macro.