Table #1
| Yellow | Null |
Green | Null |
| Blue | Null |
| Black | Null |
| Grey | Null |
Table #2
I want to join these tables so that Black & Grey in table one are replaced by values in Table 2. I was able to do it via the join multiple tool but for some reason it changed the order of the values. I need the order to stay the same.
| Yellow | Null |
| Green | Null |
| Blue | Null |
| Black | 1.99 |
| Grey | 1.79 |