Alteryx Designer Desktop Discussions

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

Creating a macro

tanvir_khan
8 - Asteroid

Hi:

 

Is it possible to convert any part of workflow to macro. I'm using below logics in many different workflows and I don't want to repeat this everytime. Is it possible to convert below filter node as input marco [marked as yellow] and join node left as output [marked as yellow]? 

 

tanvir_khan_1-1671507845808.png

 

Thanks!

4 REPLIES 4
ShankerV
17 - Castor

Hi @tanvir_khan 

 

Yes it is possible, 

Hope the below link helps you.

https://help.alteryx.com/20223/designer/macros

 

ShankerV_0-1671508347160.png

ShankerV_1-1671508368432.png

If you believe your problem has been resolved. Please mark helpful answers as a solution so that future users with the same problem can find them more easily!!!!

 

Many thanks

Shanker V

PanPP
Alteryx Alumni (Retired)

Hi @tanvir_khan 

 

You can convert the workflow into a macro. You will need to create a batch macro. Please see below for batch and iterative macros.

 

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

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Getting-Started-with-Iterative-Macr...

 

 

Hope this helps.

 

 

rachelgomez
7 - Meteor

Write a macro from scratch in Visual Basic
On the Developer tab, in the Code group, click Macros.
In the Macro name box, type a name for the macro. 
In the Macros in list, click the template or document in which you want to store the macro. ...
Click Create to open the Visual Basic Editor.

 

Regards,

Rachel Gomez

tanvir_khan
8 - Asteroid

thanks for your help guys. All I wanted to do is to understand how to create input and output nodes for a macro to receive data from one side of workflow and pass it to the other side after performing some logical filtering. I've figured it out and it's working fine.

A standard macro is good enough for this.

 

Labels