Hi, community!
Can someone help me with an issue with sets manage
Here I have a long list with some room names and what i want to do is to find the same names in each branch and assign a order number to them. so for example i have three bedrooms in one branch and i need them to become bedroom_1,bedroom_2,bedroom_3. this should be applied only for those items that appear in each list more than once. (Concatenate with order number for these values)
Tried some logics with sets components but ended up broking tree structure…
Below is the logic i tried to apply, but without success for my data tree:
Any ideas how to number in order same values in lists saving tree structure?
Here is example gh:
Renumber same values in lists.gh (15.7 KB)