Hi , how can I extract the index of null items from one list , and after that , use this index to return items from other list ?
Hello, You need to replace the nulls for the getAllIndicesOf node to work:
Another option:
Thank you @Einar_Raknes , problem solved