Hi,
I’m trying to combine 2 lists with replacing elements of others but I couldn’t. 
The first list is String and 2nd one list family list. Family names also contain 1st list but I couldn’t figure out how to replace 1st list element with the 2nd list.
Thank you!
I recommend looking into dictionaries:
Ahh thank you!
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Replacement elements in list with predefined elements from another | 2 | 733 | June 13, 2017 | |
| Replacing a string list by elements matching element name | 1 | 623 | April 20, 2016 | |
| List-replace Multi Elements | 6 | 1718 | July 9, 2017 | |
| Replace items in a list with another list | 1 | 344 | July 3, 2022 | |
| Replace every nth Item with at item from another list | 3 | 685 | September 30, 2020 |

