Read array in json
Hey guys
I'm fetching some data via HTTP. I'm receiving a list of json (Code below). How do I use the elements from this list in my chat?
"statusCode": 200,
"data": {
"retorno": {
"Pontos Fortes": [
{
"sugestao": "bbbb...s pessoas."
},
{
"sugestao": ".aa .. vibrante."
},
{
"sugestao": "ccc...experiências."
}
],
"Pontos a Melhorar": [
{
"sugestao": "Pode ... exigem foco e persistência."
},
{
"sugestao": "A im...arrependimentos."
},
{
"sugestao": "É imp...iva."
}
]
}
}
}
3 Replies
What do you want to do with that data?
How would you like to display it on Typebot?
I need print de values in my chat bot
assigned the data to a variable and uses a script block to treat the result as a string, save it to a variable and then in text bubbles you show it