Item Lists Split out Items - Error

Check this thread in which I had the same issue (resolved by @MutedJam ):

Basically, one of the previous intput items is empty (the error is slightly misleading, however it is also accurate because technically a null input entry in a list of items does not have the field present)

So you will need to add some logic before the input to filter out the empty items (you can use an IF node for this).

2 Likes