Can anyone help me how to solve a data that keeps on changing, I have a mapping table in my workflow where I say if in 1 file data a particular id comes e.g.: RED then replace this ID with the other data e.g. Apple from other data source. Based on this matching I am finding common on both data and joining items, but this logic fails when the data changes in 1 particular file e.g. RED and other file has Car, even though the name changes in 2nd file but this should get matched with the Red from the first file.
| File 1 | File 2 |
| Red | Apple |
| Red | Car |
Due to constant changes in file my workflow gets disturbed and again I have to manually map it by deleting the 1 st scenario match and update using second File.
Thankyou.