ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions. Learn more here
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

Halloween 2025: Alteryx or Treat Tip

AlteryxMatt
Moderator
Moderator

Greetings from the Halloween 2025 event blog

 

Share one Designer “trick” (time-saver, regex, macro) or one “treat” (a tiny sample data file or macro) in a single reply to this thread...if you dare!

 

Matt Rotundo
Alteryx Community Moderator
33 REPLIES 33
abacon
13 - Pulsar

When working with APIs, often times the first step is to generate a bearer token through the authentication API call. Making the authentication generation it's own macro so you only have to put in your credentials instead of rebuilding the entire workflow section is super helpful for scaling your workflows. Probably my favorite tip and definitely my most used lately.

 

Bacon

caltang
17 - Castor
17 - Castor

When making macros, use the Text Input tool dummy to stimulate the real data environment as closely as possible and leave it there in the Macro for you to run in .yxmc via Designer. Then you can test and have your own environment where nothing gets out and no data of value is stored.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
EKasminsky
9 - Comet

My trick is always remembering to cache data sources if I'm testing workflows. This makes it so the data doesn't have to load from scratch every single time.

jrlindem
13 - Pulsar

CTRL + F to pull open the Find / Replace window where you can change text values throughout the entirety of your workflow without having to manually trace.  Not perfect, but very useful.

 

-Jay

AkimasaKajitani
17 - Castor
17 - Castor

My latest favorite trick is that you can add the sequence number "group by" with the latest Record ID tool. You don't need to use the Tile tool for that purpose anymore.

 

 

aatalai
15 - Aurora

My favourite trick it in this blog being able to bring in more files types using sharepoint https://community.alteryx.com/t5/Engine-Works/Bringing-in-Additional-File-Types-from-SharePoint/ba-p...

kelli_preston
6 - Meteoroid

My biggest tip is customizing the color of individual workflow connection lines between tools because it helps callout different types of data like sales from reserves as it progresses through the process during development. Also, if I'm helping to troubleshoot a user, we may color code the connection line to trace a potential data quality issue.

mouna_belaid
8 - Asteroid

You can click on the canvas and in the  Runtime menu you can select ' Disable All Tools That Write Output”. When this option is turned on, Alteryx temporarily disables every tool that writes data so you can safely test your workflow without overwriting existing files. 

Hub119
12 - Quasar
12 - Quasar

Ever create an iterative macro but get bummed out when you realize you only have a single input anchor that you are able to assign to iterate?  What ever shall you do if you need 2 (or more) datasets to update with each iteration cycle through your macro?  Well, luckily you can get around this with the handy dandy trick of reading from and later overwriting a given yxdb (or any file type really) file within the macro.  You can even prep your initial file state before the macro executes for the first time in the workflow with an Output Data tool packaged with some control containers.  Very handy for some Advent of Code challenges... and for normal use cases too I suppose 🤣

Krzysiek
9 - Comet

Tiny Trick, Big Relief

It keeps you from getting frustrated retyping the same formula over and over.
Easy to forget, but once you store your expression once, you can reuse it anytime.

a.png

Labels