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 #415: Efficient Resource Distribution Using Macros

DaisukeTsuchiya
14 - Magnetar
14 - Magnetar
Spoiler
スクリーンショット 2024-03-06 135923.png
Tofel
9 - Comet

Not easy. Done it with two iterative macro's

 

Main Workflow:

Spoiler
Challenge 415a.JPG

 First Iterative Macro

Spoiler
Challenge 415b.JPG

Second Iterative Macro

 

Spoiler
Challenge 415c.JPG

tammybrown_tds
9 - Comet

Solved without a macro.  

 

Spoiler
Screenshot 2024-03-08 144701.jpg
ARussell34
8 - Asteroid

I found a non-macro solution:

AR_challend415.png

JasperMB
8 - Asteroid

Bit of a mess, but it is possible without planning issues. Combined batch within the iteration.

Spoiler
Workflow:Challenge #415_workflow_JB.png
Iteration: Challenge #415_iteration_JB.png
Batch macro for assigning resourcesChallenge #415_batch_JB.png

   

 

myastarling
11 - Bolide

This was a super fun challenge! I did set out to set up a macro and accidentally completed the challenge without one. I am going to revisit this one in the future and repost with a solution with a macro.

Deborah_Simmonds
8 - Asteroid

Non-Macro solution - heavily annotated! Was great to see this worked out on the fly! Very inspirational.

Swathi
9 - Comet

PFA from EMEA Session

Yini_Liu
7 - Meteor

Good one

FilipR
11 - Bolide

Created two solutions. One without macros, one with an iterative macro.