Start Free Trial

Alteryx Designer Desktop Discussions

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

Overwrites an existing field with new conditional results

Sreenath_001
7 - Meteor

I am trying to automate the below where when the parameters matches add the Category name there. But after successful completion of first 2 categories the 3rd & 4th conditions overwrites the 1st

Source CategoriesParametersCondition/Tools addedAction when Workflow is run
Text1Doc Type: XXFiltertool
DocType="XX"
If condition matches Text1
 
Text2Hemisphere: WH
DocType: TT
T.Code - XXXX
And User Code XXXXXX
Filtertool
Hemisphere="WH" and
DocType="TT" and
T.code = "XXXX" and
Usercode = "XXXXXX"
If condition matches Text2
 
EH - LAPHemisphere = "EH"
All postings in GL 11111 & 22222.
Doc Type: XX,  T code. XXXX.
Filtertool
Hemisphere="EH" and
GL =11111 and 22222 and
DocType="XX" and
Tcode = "XXXX"
If condition matches EH-LAP
Action Overwrites Text2
WH - LAPAll postings in GL 33333Filtertool
GL=33333
if condition matches WH-LAP
Action Overwrites Text2
3 REPLIES 3
binu_acs
21 - Polaris

@Sreenath_001 Please provide some sample data and expected result

Sreenath_001
7 - Meteor

@binu_acs when I open the result file I see only Legacy System and not the other two categories (HSN & Legal/Tapfin). I want to see each categories against its filtered parameters.

 

Sreenath_001_0-1646226102868.png

 

binu_acs
21 - Polaris

@Sreenath_001 Can you provide some sample data and expected result so that i can work on the workflow 

Labels
Top Solution Authors