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 Categories | Parameters | Condition/Tools added | Action when Workflow is run |
Text1 | Doc Type: XX | Filtertool DocType="XX" If condition matches Text1 | |
Text2 | Hemisphere: 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 - LAP | Hemisphere = "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 - LAP | All postings in GL 33333 | Filtertool GL=33333 if condition matches WH-LAP | Action Overwrites Text2 |
@Sreenath_001 Please provide some sample data and expected result
@binuacs 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 Can you provide some sample data and expected result so that i can work on the workflow