Adding data received from the API call to the database in separate rows

I am working on API connector, and want to store the data received by the API call to the database. But when I am storing the data by creating a new thing it gets stored in a single row, instead of getting stored separately. So, is there any way to do so.

1 Like