Hi, Every genius one. I need to replace empty list (s) with new list please see below picture.
Any suggestion to manage this?
Really need your help.

@Kulkul
Hi ⌠appreciate this ⌠it helps me a lot ! 
actually i have tried this node but it didnât work ⌠i might did some mistake 
but what if I have more than one âempty listâ to be replaced like the pic below ??
Iâve tried âList mapâ but it doesnât work for this case.
You could try with Clockworks List.ReplaceEmptyLists.
try that already, doesnât work either 
Thanks guys⌠you guys are so genius ⌠very smart solution, youâve just saved my day !! 
Iâm sorry but it looks like the insert node is inserting a value to sublist 1, despite we are feeding it index 0 and 2. You can use the codeblock as shown below:

lst; elem; indices; [Imperative] { for (i in indices) { lst[i]={elem}; } return = lst; };
Thanks !