Problems separating titles from an array to save in the database

I’m facing a problem pulling notion titles to save in a mysql database, what happens is that for a given client, it gets all the titles in an array, but I need these titles to be saved separately in the database, not everything together as it appears in the attached image.

Same problem on another attempt

Hi @midiacloud_mkt :wave:

Could you use the Item Lists node before you send these over to the database to split these out? Essentially something like this:

If that isn’t what you’re looking for, could you share some example JSON data that you’re getting from the Notion node so I can take a closer look?