I’m making a GET call (API Connector) to an external API and getting the following json as a response:
[{
“id”: 1633211087,
“photo”: “https://ksr-
“url”: “url”,
“title”: “TGIF! Friday the Squaredy Cat”,
“description”: “"Friday"is a horror parody plush to add to your collection”,
“link”: “link”,
},
{
“id”: 2142160686,
“url”: url”,
“title”: “The Big Break: A Theatrical Competition Show.”,
“description”: “Theater competition show allowing aspiring actors and talented writers to work with well know SAG professionals.”,
“link”: “link”
}]
will save that result to the Data Base. But here is how it looks like…
Instead having each item of the list a separate row I’m actually getting all the results in the same row.
Any ideas?