my process will find a variable, which contains one of the letters in column1. What i want to do now is, to find the result from my variable (for example XCO) and bring out the information out of column2 into a new variable (in this case /CO)
We can use LOOKUP datatable activity where in the lookup datatable property panel mention these stuffs Input value = yourvariablename.ToString
Where this variable will be holding the column1 value whose equivalent column2 value is to be found
Datatable - your datatable name Lookup column name - “Column1” Out Result - str_output Target Columnname - “Column2”
So our out variable with be str_output of type string will hold that value we want