Combine 4 lists

Hello,

I need to get the value from a list without change the index.
first i get the parameter name then if in the string is a “0” replaced it with “A” replace “1” with “B” “2” with “C” and “3” with “D”
Now i want 1 list only with A, B, C and D without changing the index

Thanks Edwin.

In you don’t have many conditions, you could to use the String.Replace nodes one after another (in chain)

You are looking for Dictionary.ByKeysValues.

Thanks,

After another did it.

Edwin

This could be a more general approach: