Hello freind. How can Replace Empty list with another list in dynamo?
Pretty sure there is ReplaceItemAtIndex node.
yeah guess clockwork and archilabe have nodes for that could probably help
The node from Archilab works for me.
NB
I was in 2023. You are in 2022 i guess.
Thanx. I do but emply still is hear
Alien
9

That’s because your list levels need adjusting.
It works without the Levels
.
He wired the wrong node / List in to replacement.
I didn’t notice that at first
.
Alien
11
Too early in the morning. 
Was thinking you could probably do it with design script too…
Something like this… but my designscript absolutely sucks and I can’t make it work. 
I guess we need @Vikram_Subbaiah for that
.
Alien
13
Super easy with Python tho:
and an alternative way maybe 
Alien
16
The indents are important in Python.
Use the Tab key or use 4 spaces.
Each indent must be the same. So either use tabs or 4 spaces.
Actualy I want to use this script for list beleow but it still is empty
Alien
19
You’d have to use nested loops for that… or maybe some recursive function.
With your particular problem I’d suggest you use a ready made node because you can set the list levels easily.
bvs1982
20
@f.saeedian
Out of curiosity. Why use Python and not the nodes?
Do you know what you did wrong in your original graph?