Share feedback, ideas and get community help

Updated 3 months ago

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."
}
]
}
}
}
B
S
m
4 comments
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
Add a reply
Sign up and join the conversation on Discord