How to return the index of null items in a list

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:

4 Likes

Another option:

1 Like

Thank you @Einar_Raknes , problem solved :slight_smile: