Free Trial

Alteryx Designer Desktop Discussions

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

Running two workflows together and Filter

TPYN
6 - Meteoroid

Hi,

 

I want to put two workflows together in the app, and I want to run Workflow A when I upload X file, and run Workflow B when I upload Y file, what is the best filter function to see if I upload X or Y? I want to use fields/header count as a criteria, is it possible? Thanks

3 REPLIES 3
fmvizcaino
17 - Castor
17 - Castor

Hi @TPYN ,

 

I've used your idea of counting headers to identify what is the file. It is possible to check for specific columns as well.

After that, I've used a dynamic input tool to open the file.

 

Take a look at the attached example and let me know if this makes sense to you.

Best,

Fernando Vizcaino

TPYN
6 - Meteoroid

Hi @

 

 

fmvizcaino
17 - Castor
17 - Castor

Hi @TPYN ,

 

Are you trying to run my example with your files? It so, you need to update the templates inside the dynamic input tool with your proper templates in order to get the solution to work for you.

If this is not the error, please attach some screenshots please

 

Best,

Fernando Vizcaino

Labels
Top Solution Authors