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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Analytic App to Maintain Zip Code List for Offices

chudson
6 - Meteoroid

Hello Alteryx Gurus,

 

I am attempting to rebuild a workflow that I can hand off to the marketing department so they can maintain this list themselves.

 

Process flow I am envisioning:

Input File (csv, excel) >> dropdown to select office >> add new zip codes OR mark in-active >> overwrite existing worksheet.

 

I am currently having trouble with the dropdown populating with a distinct list of offices to choose from.

 

Example input data (1 office; there are actually 30):

Office

Zip Code

 
Arlington98798 
Arlington65465 
Arlington65484 
Arlington54865 
Arlington54984 
Arlington54684 

 

Eventually, I'd like to be able to add new offices as well but if I can get the above done it would be tremendously helpful.

3 REPLIES 3
JoeS
Alteryx Alumni (Retired)

Hi @chudson

 

I think you will need to create a chained app.

 

The first app can read the full file and create the unique list of offices, the next app can then allow the selection and output to be updated.

 

We have a couple good links available for examples here and here

chudson
6 - Meteoroid

I figured there would be some good examples somewhere! Thanks for the links!

JoeS
Alteryx Alumni (Retired)

You're welcome!

They aren't exactly the same as what you require but hopefully you can implement the logic required. Reply back on here if you do get stuck at any point.

Labels
Top Solution Authors