Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #483: Spy Craft

ahsanaali
11 - Bolide
Spoiler
483.png

Magical! understanding the question was 95% of the challenge :)

Carolyn
12 - Quasar
12 - Quasar

Solved! I originally built this calling the fields "Original" and "Replacement" and then ended up hopelessly confused. I rebuilt it with "Encoded" and "Decoded" which was a lot easier to keep track of :)

 

Spoiler
2025-07-16 10_45_27-Alteryx Designer x64 - _Challenge483_Carolyn.yxmd.png

 

2025-07-16 10_44_47-Alteryx Designer x64 - DecodingMacro.yxmc.png
TH
8 - Asteroid

This one was OK. I think that I learned/accomplished a few things here.

0. Sometimes the problem is poorly worded, imprecise, or can be interpreted multiple different ways. There is no shame in asking for or searching out clarification and explanation.

1. I got to practice a different way to do an iterative macro than you usually get in the demonstrations (where they rely on iteration number for stopping).

2. I learned that using the Find/Replace tool can cut down on the number of other tools I need to use.

3. The "Join" tool, like the "Unique" tool, does some sorting behind the scenes, so it is not the best tool for cases where the order of things is important.

4 The "Find/Replace" tool requires strings for finding and replacing. You cannot use numbers.

5. By going to "Options->Export Workflow" you can save your main workflow along with any necessary sub macros. This creates a .yxzp file (instead of yxmd or yxmc) that includes your main workflow and all the included macros and will work when someone else downloads it or opens it on their computer.

Spoiler
 
Erin
11 - Bolide

Honestly, the hint was lost on me. The whole thing was lost on me really. Thank you so much @alineruizcampos because I leaned heavily on your posted solution! I did change it up just slightly.

 

Spoiler
workflowworkflowiterative macroiterative macro
AkimasaKajitani
17 - Castor
17 - Castor

My solution.

 

Spoiler
image.png

image.png
dougperez
12 - Quasar

I had a hard time understanding this challenge.

Spoiler
Workflow:
dougperez_0-1753713829427.png


Macro:

dougperez_1-1753713842009.png

 

ANNE_LEROY
8 - Asteroid

I suffered ! 😥

tammybrown_tds
9 - Comet

Macros are my achilles heel.  I needed to look to others' solutions for support.

 

alacoume
9 - Comet

Very interesting!

Spoiler
Challenge_483.jpg
stataltgee
9 - Comet

this was quite a challenge  🤕