Im trying to create a new list matching my subassembly parameters with a personalized dictionary.
I try to find an answer in the forum and things like that:
but im still not able to do it (sorry I delete my test, I could repeat if necessary so the problem could be check). This is the dictionary:
I always have this error: Unhashable XXX. I think I read there was problems with dictionaries in Dynamo, so Im not really sure how could i solve this problem.
Your inputs don’t appear to be a dictionary either. The first two sublists look the same. The easiest thing to do would be to supply the keys and the values separately or as pairs.
Thanks a lot @c.poupin , that actually works but, can you explain a bit the logic behind this? As I said Im starting with Phyton and some things looks magic for me