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!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to pass variable value into the Alteryx Flow

amsrivastav
8 - Asteroid

Hi Folks!!

 

I have built one Alteryx flow where source is Excel file, with below structure

 

Country Name

City Name

Population.

 

Where, I have multiple country data in the source excel.

 

My requirement is to parametrize my flow so that:

if I provide COUNTRY NAME as FRANCE, it will process data only for FRANCE.

if I provide COUNTRY NAME as USA, it will only process data for USA

& if I will provide text as ALL, it will process data for all the country 

 

 

Note:

 

I understood, this can be achieved using CONSTANT in the flow however it requires to OPEN the flow and provide value to the CONTANT every time. RATHER I want user to provide input let say in one excel file and my flow will read the data from that file and do the rest.

 

Regards

Amit 

 

 

1 REPLY 1
gawa
16 - Nebula
16 - Nebula

hi @amsrivastav 

In your case, Analytic Apps will provide the necessary user interface so user can dynamically change running condition of WF.

Please see the attached WF for the start of further WF development.image.png

Labels
Top Solution Authors