Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Chose 2 different directories for Input source basis User Input provided

Sheeetal
5 - Atom

One condition for Input selection is if user input is "Daily" go to "X" folder else if user input is "Monthly" go to "Y" folder . 

 

Both folders are distinct and don't have common root directory. 

 

Can i use a filter condition prior to Directory to chose basis the filter condition(i'm pretty new to Alteryx .Hence, would appreciate help)

4 REPLIES 4
binu_acs
21 - Polaris

@Sheeetal You need two directories one for X and one for Y, then union the two outputs then apply the filer based on the user selection

lwolfie
11 - Bolide

You could use the detour tools to run the appropriate directory tool based on user selection.

abacon
13 - Pulsar

@Sheeetal Another option along with what @binu_acs mentioned is to put each directory tool into it's own separate container - then based on user selection, disable the other container so the only one that runs is the desired directory.

 

Bacon

dreldrel
8 - Asteroid

You can use an interface tool (e.g., dropdown/check box) to control each process by controlling the container. If this helps, feel free to like the comment

Labels
Top Solution Authors