Hello All,
I have created a workflow where multiple formulas and conditions are applied to a input file. However my input files will differ and I do not want all the conditions/formula to apply . Let me try and give a simple example which might help understand better.
1.) suppose My workflow has 3 conditions to be applied to any input file: Condition 1 (Fomula to add the values of column AA and AB)
Condition 2 (Add 3 additional rows on top of input file)
Condition 3 (Multiple 5 to values of column C )
2.) Currently these 3 conditions will apply to all input files when we run the workflow, however I do not want that.
3.) If lets say Input file name includes "FRANCE" the condition 2 of the workflow should be deactivated and only Condition 1 and 3 should be applied to the input file, similarly if file name includes "SPAIN" only condition 3 should be applied rest condition 1 and 2 should be deactivated.
Is it possible to do a conditional workflow running in Alteryx?
Thanks and any help is appreciated.