I can not split an item list from Facebook Graph API

Have anyone an idea what is here my mistake? (see the screenshot)
My wish is a better list to work it.

Hi @SpeedyLink

You need to fill in the fieldname not an expression here.
Also you have an array nested in an other array so you need to split twice or set the index to 0 for example for the first array.
You can use the dot notation to set the fieldname of a nested field.

Thanks for your first information. But have you, maybe an example for me?

Try just putting in data that should split out the first set of data items then you can use another split in batches node with data as well to do the sub option.