API updating database

Hello,

I am using a twitch API that return yes or no if you send a name.

The API is working, and display datas on my project.

I would like to update a database (very simple, name and yes/no)

But I have some issue ^^

At the moment, the data are just erased watever there was before

from the log I understand that the api get seems to work
and the problem might be that the data sent is a list and not a single name ?
or the issu is after, when I want to change the list with the first item only ?

Or maybe the two are wrong :slight_smile: I guess I miss the “loop” in this workflow

Do you have any idea or else ?

thanks

forum 1