Hi All,
I am trying to make a script that will push our families in a warehouse project to excel.
I have a list for each placed family type, and its family, but some families have multiple types. Is there a way to filter or merge this so that the indices indicating the family will merge if matched, leaving a longer list of indices below for the types?
Example is current list has:
list 0
0- Fam A
1- Type A
List 1
0- Fam A
1- Type B.
I want it to look like:
0 Fam A
1 Type A
2 Type B
I have tried messing with different list creation methods, but list management seems to be an insurmountable peak for me for some reason. . .
Apologies if this has been answered, I couldn’t quite find what I was looking for searching the forums.