Creating a macro
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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]?
Thanks!
- Labels:
- Developer
- Developer Tools
- Input
- Macros
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @tanvir_khan
Yes it is possible,
Hope the below link helps you.
https://help.alteryx.com/20223/designer/macros
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
