I have first list with views and second List that contain sublist based on view but with different lengths contains spaces… and I try to replace all sublist with views from first list
I guess on image is better to see
SOLVED thanks a lot Vikram
I was about to write that does not work but found my issue - List.Count need to be set to Lacing-Longest otherwise list count sum will be to main list and not summing sub-slists
Anyone any idea how to solve it?
Hi, this code should do the trick

EDIT:
line 9: c =
if you want empty list instead of null
thanks a lot Tomasz