Extract multiple values from JSON

Describe the issue/error/question

Hello, this is a response of a Get Request, in which I get user data. From this data I would like to extract only the customerTopics. Per user can be between 0 and 30 topics. I would like to iterate through all names and save them and return them to the next node. thanks for the help

Hi @automation (that is a premium username if I’ve ever seen one btw), welcome to the community :tada:

Are you possibly looking for the “Split Out Items” operation of the Item Lists node? This would take all items in your customerTopics array field and create new n8n items based on these:

Example workflow:

Thanks, everthing is working now;)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.