Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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 #93: Pumpkin Production

daniel_ferreira
8 - Asteroid

Follow my solution attached...

StevenBetts
8 - Asteroid

This one puzzled me for a while, but once I got into the swing of the logic then I quite enjoyed it. All hail Summarise!

ivoller
12 - Quasar

Got there. Made it more messy by joining states at the end.

kelly_gilbert
13 - Pulsar

My solution is pretty similar to the given solution. I had to attach as a .yxzp, because I kept getting an error ("The contents of the attachment doesn't match its file type") when I tried to attach as a yxmd.

 
 
Spoiler
I used separate sort and sample tools to pick the min/max (instead of using first 1/last 1). That way, I can ensure that the first state alphabetically is picked in case of a tie.  

 

jwlong91
8 - Asteroid

This was a nice challenge to learn from others on for how to use tools I didn't know how to use (like the dynamic rename tool).  I've attached my original solution I created before looking at other's workflows, so it's definitely not as streamlined as many others I looked at afterwards.

mickael_gest
8 - Asteroid

 My solution :)

Spoiler
challenge_93.PNG

 

 

gauravk
7 - Meteor

Here is my solution

Tom_Pilgrem
8 - Asteroid
 
mjholland
7 - Meteor

I enjoyed this one. There are so many variations on the solution, so here's mine …

 

Spoiler
Challenge #93 Workflow Solution.PNG

Steven_Pocoroba2
8 - Asteroid

Not the most dynamic or efficient (still working on that) but it works!