Forum Discussion

DSR's avatar
DSR
Resolver I
3 years ago
Solved

Comparing two Lists: ListCurrentEE, and ListFillers: and extract

 
  • wdx223_Daniel's avatar
    3 years ago

    it may more readable to rewrite the code like this

    Table.AddColumn(PreviousStepName,"Result",(RowRecord)=>List.Select(RowRecord[Current EE],(Item_In_CurrentEE_List)=> List.Contains(RowRecord[Fillers],Item_In_CurrentEE_List,(Item_In_Fillers_List,Item_In_CurrentEE_List)=>Text.Contains(Item_In_CurrentEE_List,Item_In_Fillers_List))))