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