Hi all,
depending on how much you dislike looking at / writing loops, and how often you need to do this, it might be worthwhile to invest in creating mapper actions between 2 list types. Make it a function and you can use it inside the append all.
If you are working with very large lists, it might be interesting to do a test to check performance of this compared to looping before going this way.
See attached oml. It is only going 1 level deep, but inside there, you can go an extra level by another mapper if you need.
Dorine