External API Collection - not capturing strings, only 1st result

Hello Cool Community,

I’ve built a TV & Movie app. And am using an external api (API Docs) for all of the content data. But the database isn’t capturing the whole string when there is more than one datapoint.

For example, the TV Show Money Heist has 2 genres - Crime, Drama. But Crime is being captured because it is the first result returned.

What can I do to fix that?

With appreciation,
JB

Hi Jordan,

It’s because the genres is array and with a custom action you only get the first one from that array!

Maybe you can do something like this :eyes: : TV_Genres.mp4 - Google Drive

Thank you

1 Like

Thanks @dilon_perera ! I’ve gotten it to work for TV shows, now I’m working on the Movies. Seems like it should be the same. :slight_smile: I’ll let you know how it goes

1 Like