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
I finished the first challenge! Do I automatically get a badge by replying to a challenge with my completed workflow or how does the process look like?
Attached is the workflow I did to solve the challenge.
1. I used the append tool to join the source reference table to the target customer table. 2. Inserted a filter with a series of ([postal code] >= n AND [postal code] <= n AND [region] = "R_" to isolate the rows that had the correct Region and Rep appended. 3. Used the summary tool to group by Region, Rep, Responder, and then list the customer count for each category.